Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu, as there is no powerpc64 flavour (Closes: #630032).

This commit is contained in:
Colin Watson 2011-06-10 14:34:00 +01:00 committed by Daniel Baumann
parent ae6ed7d84a
commit eb6242e98e
1 changed files with 12 additions and 0 deletions

View File

@ -666,6 +666,18 @@ Set_defaults ()
exit 1
;;
ubuntu)
case "${LIST}" in
stripped|minimal)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64-smp}"
;;
esac
;;
*)
case "${LIST}" in
stripped|minimal)