Merge lp:~dannf/ubuntu/trusty/base-installer/arm64 into lp:ubuntu/trusty/base-installer

Proposed by dann frazier
Status: Merged
Merge reported by: Colin Watson
Merged at revision: not available
Proposed branch: lp:~dannf/ubuntu/trusty/base-installer/arm64
Merge into: lp:ubuntu/trusty/base-installer
Diff against target: 31 lines (+19/-0)
2 files modified
debian/changelog (+6/-0)
kernel/arm64.sh (+13/-0)
To merge this branch: bzr merge lp:~dannf/ubuntu/trusty/base-installer/arm64
Reviewer Review Type Date Requested Status
Colin Watson Approve
Ubuntu branches Pending
Review via email: mp+199972@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Looks OK, thanks. Tests would be nice at some point if there are machines whose cpuinfo we can post publicly.

review: Approve
Revision history for this message
Colin Watson (cjwatson) wrote :

Merged, though to lp:~ubuntu-core-dev/base-installer/ubuntu rather than to your target branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-10 15:15:59 +0000
+++ debian/changelog 2013-12-23 19:42:52 +0000
@@ -1,3 +1,9 @@
1base-installer (1.122ubuntu18) UNRELEASED; urgency=low
2
3 * Add arm64 kernel detection (LP: #1263756)
4
5 -- dann frazier <dann.frazier@canonical.com> Mon, 23 Dec 2013 12:41:34 -0700
6
1base-installer (1.122ubuntu17) saucy; urgency=low7base-installer (1.122ubuntu17) saucy; urgency=low
28
3 * Add generic-lpae the the allowed list of subarches in armhf/armel.9 * Add generic-lpae the the allowed list of subarches in armhf/armel.
410
=== added file 'kernel/arm64.sh'
--- kernel/arm64.sh 1970-01-01 00:00:00 +0000
+++ kernel/arm64.sh 2013-12-23 19:42:52 +0000
@@ -0,0 +1,13 @@
1arch_get_kernel_flavour () {
2 echo "$MACHINE"
3 return 0
4}
5
6arch_check_usable_kernel () {
7 return 0
8}
9
10arch_get_kernel () {
11 echo "linux-generic"
12 echo "linux-image-generic"
13}

Subscribers

People subscribed via source and target branches

to all changes: