Merge lp:~fginther/vmbuilder/automated-ec2-build-arm64-trusty-hwe into lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds

Proposed by Francis Ginther
Status: Merged
Merged at revision: 731
Proposed branch: lp:~fginther/vmbuilder/automated-ec2-build-arm64-trusty-hwe
Merge into: lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds
Diff against target: 10 lines (+1/-1)
1 file modified
conf/trusty-arm64-server.conf (+1/-1)
To merge this branch: bzr merge lp:~fginther/vmbuilder/automated-ec2-build-arm64-trusty-hwe
Reviewer Review Type Date Requested Status
Dan Watkins (community) Approve
Robert C Jennings (community) Approve
Review via email: mp+323942@code.launchpad.net

Commit message

Switch trusty arm64 images to the generic-lts-xenial kernel to support GICv3 hardware (lp:1690229).

Description of the change

Switch trusty arm64 images to the generic-lts-xenial kernel to support GICv3 hardware (lp:1690229).

To post a comment you must log in.
Revision history for this message
Robert C Jennings (rcj) wrote :

+1 on the kernel change to support guests running on hardware with GICv3.

Revision history for this message
Robert C Jennings (rcj) :
review: Approve
Revision history for this message
Dan Watkins (oddbloke) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'conf/trusty-arm64-server.conf'
--- conf/trusty-arm64-server.conf 2014-03-13 20:14:04 +0000
+++ conf/trusty-arm64-server.conf 2017-05-11 21:00:26 +0000
@@ -28,5 +28,5 @@
28 "--hdd-new-fstab" "--root-mount-by=LABEL" "--binary-images=binary-hdd-raw"28 "--hdd-new-fstab" "--root-mount-by=LABEL" "--binary-images=binary-hdd-raw"
29 "--bootloader=none" "--hdd-size=%s" "--binary-filesystem=ext4"29 "--bootloader=none" "--hdd-size=%s" "--binary-filesystem=ext4"
30 "--bootstrap-qemu-static=%q" "--bootstrap-qemu-arch=%A" "--architecture=%A"30 "--bootstrap-qemu-static=%q" "--bootstrap-qemu-arch=%A" "--architecture=%A"
31 "--cache=false" "--source=false" "--linux-flavours=generic" )31 "--cache=false" "--source=false" "--linux-flavours=generic-lts-xenial" )
32purge_roottgz_pkgs=( "linux-*" )32purge_roottgz_pkgs=( "linux-*" )

Subscribers

People subscribed via source and target branches