armhf support and add -A to BuildLiveCD

ubuntu/precise 2.44
Adam Conrad 13 years ago
parent d421df41f3
commit ad021ffc9d

@ -36,6 +36,7 @@ LIVE_BUILD=false
UBUNTU_DEFAULTS_LOCALE="" UBUNTU_DEFAULTS_LOCALE=""
while getopts :s:r:d:f:pa:lu: name; do case $name in while getopts :s:r:d:f:pa:lu: name; do case $name in
A) ARCH="$OPTARG";;
s) SUBARCH="$OPTARG";; s) SUBARCH="$OPTARG";;
r) SUBPROJECT="$OPTARG";; r) SUBPROJECT="$OPTARG";;
d) NEWSUITE="$OPTARG";; d) NEWSUITE="$OPTARG";;

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.44) precise; urgency=low
* Mirror armel support as armhf, so we can build all the same images.
* Allow ARCH to be specified on the BuildLiveCD command line as -A,
so that it doesn't have to be hardcoded for non-native builders.
-- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Dec 2011 11:41:13 -0700
livecd-rootfs (2.43) oneiric; urgency=low livecd-rootfs (2.43) oneiric; urgency=low
* BuildLiveCD: Stop building ubuntu-defaults-image images with universe. * BuildLiveCD: Stop building ubuntu-defaults-image images with universe.

@ -207,7 +207,7 @@ case $PROJECT in
esac esac
case $ARCH in case $ARCH in
armel) armel|armhf)
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}" KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
case $SUBARCH in case $SUBARCH in
dove) dove)

Loading…
Cancel
Save