[SCM] live-build branch, debian, updated. debian/3.0_a41-1-14-g1e9e38c

Daniel Baumann daniel at debian.org
Sun Jan 15 18:26:41 UTC 2012


The following commit has been merged in the debian branch:
commit 1ff06c2f816ccb35f9e8487b5eeb5e934237af8f
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jan 12 11:42:09 2012 +0100

    Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu at debian.org> for bringing it up (Closes: #655557).

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2c71e78..672a098 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -676,6 +676,12 @@ Set_defaults ()
 			esac
 			;;
 
+		armhf)
+			# armhf will have special images: one rootfs image and many additional kernel images.
+			# therefore we default to all available armel flavours
+			LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-mx5 omap}"
+			;;
+
 		amd64)
 			case "${LB_MODE}" in
 				ubuntu|kubuntu)

-- 
live-build



More information about the debian-live-changes mailing list