@@ -137,7 +137,7 fi | |||||
137 | debootstrap --arch=armhf --foreign --include=${APT_INCLUDES} $RELEASE $R ${APT_PROXY}${APT_SERVER}/debian |
|
137 | debootstrap --arch=armhf --foreign --include=${APT_INCLUDES} $RELEASE $R ${APT_PROXY}${APT_SERVER}/debian | |
138 | cp /usr/bin/qemu-arm-static $R/usr/bin |
|
138 | cp /usr/bin/qemu-arm-static $R/usr/bin | |
139 |
|
139 | |||
140 |
# Remove systemd rel |
|
140 | # Remove systemd related packages from list of packages to be bootstrapped | |
141 | if [ "$ENABLE_SYSTEMD" = false ] ; then |
|
141 | if [ "$ENABLE_SYSTEMD" = false ] ; then | |
142 | chroot $R sed -i -e 's/systemd systemd-sysv //g' /debootstrap/required |
|
142 | chroot $R sed -i -e 's/systemd systemd-sysv //g' /debootstrap/required | |
143 | fi |
|
143 | fi | |
@@ -633,7 +633,7 if [ "$ENABLE_UBOOT" = true ] ; then | |||||
633 | # Fetch u-boot github |
|
633 | # Fetch u-boot github | |
634 | git -C $R/tmp clone git://git.denx.de/u-boot.git |
|
634 | git -C $R/tmp clone git://git.denx.de/u-boot.git | |
635 |
|
635 | |||
636 | # Install minimal gcc/g++ build enviroment and build u-boot inside chroot |
|
636 | # Install minimal gcc/g++ build environment and build u-boot inside chroot | |
637 | LANG=C chroot $R apt-get install -y --force-yes --no-install-recommends linux-compiler-gcc-4.9-arm g++ make bc |
|
637 | LANG=C chroot $R apt-get install -y --force-yes --no-install-recommends linux-compiler-gcc-4.9-arm g++ make bc | |
638 | LANG=C chroot $R make -C /tmp/u-boot/ rpi_2_defconfig all |
|
638 | LANG=C chroot $R make -C /tmp/u-boot/ rpi_2_defconfig all | |
639 |
|
639 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant