From 60042695deecfa50f0a438958c140b3f3619bfc8 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 6 Feb 2018 22:41:08 +0100 Subject: linux-qi-ben-nanonote_3.12: fix bb warning Adapt after oe-core changes: 6c8c899: Add support for multiple kernel packages Fixes following WARNING: /oe/meta-handheld/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb: Variable key FILES_${KERNEL_PACKAGE_NAME}-image () replaces original key FILES_kernel-image (/boot/uImage*) Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb b/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb index 0a232c0..8d97b26 100644 --- a/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb +++ b/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/git" inherit kernel -FILES_kernel-image = "/boot/uImage*" +FILES_${KERNEL_PACKAGE_NAME}-image = "/boot/uImage*" do_configure_prepend() { install -m 0644 ${S}/arch/mips/configs/qi_lb60_defconfig ${S}/.config -- cgit 1.2.3-korg