##// END OF EJS Templates
Merge pull request #1 from felgru/master...
drtyhlpr -
r6:7d6d36f4ab5b Fusion
parent child
Show More
@@ -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 releated packages from list of packages to be bootsrapped
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
@@ -310,7 +310,7 cat <<EOM >$R/boot/firmware/config.txt
310 # uncomment for composite PAL
310 # uncomment for composite PAL
311 #sdtv_mode=2
311 #sdtv_mode=2
312
312
313 #uncomment to overclock the arm. 700 MHz is the default.
313 # uncomment to overclock the arm. 700 MHz is the default.
314 #arm_freq=800
314 #arm_freq=800
315 EOM
315 EOM
316
316
@@ -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