mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
Remove the manta device from the list of touchsubarches as we're not building its kernel anymore.
This commit is contained in:
parent
dec7d52995
commit
1865c71a24
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.382) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Remove the manta device from the list of touchsubarches as we're not
|
||||||
|
building its kernel anymore.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 04 Mar 2016 09:47:31 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.381) xenial; urgency=medium
|
livecd-rootfs (2.381) xenial; urgency=medium
|
||||||
|
|
||||||
[ Ben Howard ]
|
[ Ben Howard ]
|
||||||
|
@ -609,7 +609,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] || [ "$PROJECT" = "ubuntu-pd" ]; then
|
|||||||
Chroot chroot "apt-get -y install android"
|
Chroot chroot "apt-get -y install android"
|
||||||
|
|
||||||
if [ "$ARCH" = "armhf" ]; then
|
if [ "$ARCH" = "armhf" ]; then
|
||||||
touchsubarches="flo manta mako generic"
|
touchsubarches="flo mako generic"
|
||||||
for subarch in $touchsubarches; do
|
for subarch in $touchsubarches; do
|
||||||
cp -v chroot/usr/share/android/product/*-preinstalled-system-armel+${subarch}.img\
|
cp -v chroot/usr/share/android/product/*-preinstalled-system-armel+${subarch}.img\
|
||||||
"${PREFIX}.system-armel+${subarch}.img"
|
"${PREFIX}.system-armel+${subarch}.img"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user