Merge ~smoser/cirros:feature/support-kernel-4.15 into cirros:master
Proposed by
Scott Moser
on 2018-06-27
Status: | Needs review |
---|---|
Proposed branch: | ~smoser/cirros:feature/support-kernel-4.15 |
Merge into: | cirros:master |
Diff against target: |
57 lines (+24/-6) 1 file modified
bin/grab-kernels (+24/-6) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Murilo Opsfelder Araújo (community) | Approve on 2018-06-29 | ||
cirros developers | 2018-06-27 | Pending | |
Review via email:
|
Commit message
bin/grab-kernels: Support kernel 4.15.
This adds support to grab-kernels for 4.15 kernels (from Ubuntu 18.04).
Ubuntu 18.04 dropped support for big endian power. That means that
we cannot build a cirros for those arch with a 4.15 kernel.
Currently the code here just warns when it sees that, so a 'build-release'
is probably going to fail if you don't trim the arches to build.
Description of the change
see commit message
To post a comment you must log in.
Scott Moser (smoser) wrote : | # |
@Murilo,
I intended to leave support in if the kernel was < 4.15.
3.2 or 4.4.* should still work and get us a powerpc and ppc64 kernel.
Unmerged commits
- a73f9d7... by Scott Moser on 2018-06-27
Hi, Scott.
Do we also need to remove lines 91 and 98, which sets 'xarch=powerpc flav=powerpc64- smp'?