aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-02-06 22:41:08 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-02-19 23:03:23 +1300
commit60042695deecfa50f0a438958c140b3f3619bfc8 (patch)
treef21d26f46a81e6be084acd5538fdff35899dbf65
parent65230f7b5019ea7e2904673e385f92f6c34d1c63 (diff)
downloadmeta-handheld-60042695deecfa50f0a438958c140b3f3619bfc8.tar.gz
linux-qi-ben-nanonote_3.12: fix bb warningrocko
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 <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb2
1 files changed, 1 insertions, 1 deletions
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