summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2c71e78eb..672a09888 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)