kernel-image: build fitImage and zImage for all non-sota builds.
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
cf24d363eb
commit
8bee79ecae
|
|
@ -15,10 +15,13 @@ KERNEL_DEVICETREE = "am335x-nmhw21-prod1.dtb \
|
|||
|
||||
SOTA_MACHINE = "${MACHINE}"
|
||||
|
||||
KERNEL_CLASSES_append = " kernel-fitimage"
|
||||
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
KERNEL_CLASSES_append_sota = " kernel-fitimage"
|
||||
KERNEL_IMAGETYPES = "fitImage zImage"
|
||||
KERNEL_IMAGETYPE_sota = "fitImage"
|
||||
UBOOT_ENTRYPOINT_sota ?= "0x80008000"
|
||||
KERNEL_IMAGETYPES_sota = "fitImage"
|
||||
UBOOT_ENTRYPOINT ?= "0x80008000"
|
||||
IMAGE_BOOT_FILES = "MLO u-boot.img"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
||||
|
|
|
|||
Loading…
Reference in New Issue