summaryrefslogtreecommitdiff
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorIvan Mikhaylov <ivan@de.ibm.com>2018-04-25 13:43:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-05-02 19:40:43 +0300
commita63de4a4141ba56c185b9886412a669a8be83e0b (patch)
treeadc178e70bdb7827d2a9fe29898c7f8667c95784 /meta-openbmc-bsp
parent2c76b9c7906666c6e99abefc81bab227abf5cafa (diff)
downloadopenbmc-a63de4a4141ba56c185b9886412a669a8be83e0b.tar.xz
add kernel-uimage class for fsp2
linux kernel needs u-boot tools for vmlinux post processing in other case there will be error about: | BOOTAR arch/powerpc/boot/wrapper.a | WRAP arch/powerpc/boot/uImage | INFO: Uncompressed kernel (size 0x8b7e54) overlaps the address of the wrapper(0x400000) | INFO: Fixing the link_address of wrapper to (0x900000) | "mkimage" command not found - U-Boot images will not be built Change-Id: I86f4eab65c30352a1589e9e4537963f9b4a3d5fc Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc b/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
index 5b339a227..c5984b1ea 100644
--- a/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
+++ b/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
@@ -12,6 +12,7 @@ LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
PV = "${LINUX_VERSION}+git${SRCPV}"
COMPATIBLE_MACHINE_${MACHINE} = "^${MACHINE}$"
+KERNEL_CLASSES ?= "kernel-uimage"
do_patch_append() {
for DTB in "${KERNEL_DEVICETREE}"; do