diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-06-02 09:05:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-04 11:15:01 +0100 |
commit | cfc0c897656fe67e81a6a5dcd936dff785529f41 (patch) | |
tree | 79bf87831f0e624fa2c1ed15bc3a3bc3699ddc54 /meta/recipes-multimedia | |
parent | 48cd7ff7ae61ca5772a42ece9fce51976dd0d790 (diff) | |
download | openembedded-core-contrib-cfc0c897656fe67e81a6a5dcd936dff785529f41.tar.gz |
kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
KERNEL_IMAGETYPES lists all the kernel images that we want to build. in
cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some logic
was added to support vmlinux.gz which is not a target built by kernel
makefiles (only vmlinux). It is clear that the goal of this logic is only to
support vmlinux.gz and not others compressed format (such as Image.gz) which are
valid target for kernel makefiles.
For Image.gz we should rely on the kernel makefiles and not do the compression
in kernel class.
This patch updates the logic used to filter out non supported kernel target from
KERNEL_IMAGETYPES, and make vmlinux.gz a 'special case', instead of *.gz. If
more special cases are needed in the future, we could add them in a similar way.
This patch should be a no-op for anyone using vmlinux or vmlinux.gz, and on top
of that it is fixing the build for Image.gz which was not working until now.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions