kernel plugin: if kernel's target == NULL, use per-arch default target #1149

Closed
wants to merge 2 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

piso77 commented Feb 17, 2017

Linux's per-arch default targets are:

i386/amd64: bzImage
arm: zImage
arm64: Image.gz

Signed-off-by: Paolo Pisati paolo.pisati@canonical.com

LP: #1665659

Collaborator

sergiusens commented Feb 21, 2017

mind updating the unit tests here?

Paolo Pisati and others added some commits Feb 3, 2017

kernel plugin: if kernel's target == NULL, use per-arch default target
Linux's per-arch default targets are:

i386/amd64: bzImage
arm: zImage
arm64: Image.gz

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Collaborator

sergiusens commented Mar 22, 2017

#1209 replaces this, fixes some issues and adds tests

@sergiusens sergiusens closed this Mar 22, 2017

@piso77 piso77 deleted the piso77:2.27_imagetarget branch Mar 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment