mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 16:01:34 +00:00
Add a few minor fixes for raspi3 builds.
This commit is contained in:
parent
d3eb3dd0ac
commit
6345ccd34c
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -7,6 +7,10 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium
|
|||||||
* Avoid issues of hard-linking to a symbolic vmlinuz as this can lead to a
|
* Avoid issues of hard-linking to a symbolic vmlinuz as this can lead to a
|
||||||
dangling symlink.
|
dangling symlink.
|
||||||
* Add raspi3 arm64 rootfs build support.
|
* Add raspi3 arm64 rootfs build support.
|
||||||
|
* Add git to the build dependencies for the gadget tree pull.
|
||||||
|
* Minor fixes to raspi3 builds: add arm64+raspi3 to the supported model
|
||||||
|
list, pass SUITE on to the build stage and use the git:// url for the
|
||||||
|
gadget tree.
|
||||||
|
|
||||||
[ Aleksandr Bogdanov ]
|
[ Aleksandr Bogdanov ]
|
||||||
* vagrant: disabling automatic console log file
|
* vagrant: disabling automatic console log file
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -17,6 +17,7 @@ Depends: ${misc:Depends},
|
|||||||
gdisk,
|
gdisk,
|
||||||
genisoimage,
|
genisoimage,
|
||||||
germinate (>= 1.25.1),
|
germinate (>= 1.25.1),
|
||||||
|
git,
|
||||||
gnupg,
|
gnupg,
|
||||||
grep-dctrl,
|
grep-dctrl,
|
||||||
kpartx,
|
kpartx,
|
||||||
|
@ -171,7 +171,7 @@ case $IMAGEFORMAT in
|
|||||||
MODEL=dragonboard ;;
|
MODEL=dragonboard ;;
|
||||||
armhf+raspi2)
|
armhf+raspi2)
|
||||||
MODEL=pi2 ;;
|
MODEL=pi2 ;;
|
||||||
armhf+raspi3)
|
armhf+raspi3|arm64+raspi3)
|
||||||
MODEL=pi3 ;;
|
MODEL=pi3 ;;
|
||||||
armhf+cm3)
|
armhf+cm3)
|
||||||
MODEL=cm3 ;;
|
MODEL=cm3 ;;
|
||||||
@ -213,9 +213,10 @@ case $IMAGEFORMAT in
|
|||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS${PROPOSED:+ --with-proposed}"
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS${PROPOSED:+ --with-proposed}"
|
||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS${EXTRA_PPAS:+ --extra-ppas \"$EXTRA_PPAS\"}"
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS${EXTRA_PPAS:+ --extra-ppas \"$EXTRA_PPAS\"}"
|
||||||
|
|
||||||
git clone lp:~canonical-foundations/snap-$MODEL/+git/github-mirror -b classic config/$PREFIX-gadget
|
git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror -b classic config/$PREFIX-gadget
|
||||||
|
|
||||||
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
|
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
|
||||||
|
echo "SUITE=$SUITE" >> config/common
|
||||||
echo "UBUNTU_IMAGE_ARGS=\"$UBUNTU_IMAGE_ARGS\"" >> config/common
|
echo "UBUNTU_IMAGE_ARGS=\"$UBUNTU_IMAGE_ARGS\"" >> config/common
|
||||||
|
|
||||||
echo "Configured ubuntu-image for the following gadget model: $MODEL"
|
echo "Configured ubuntu-image for the following gadget model: $MODEL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user