From 92bc21430aba99e7743946e75c153aeff28f4974 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 14:15:44 +0100 Subject: [PATCH] linux-mainline_%.bbappend: Specify deps for config tasks We are using newer (4.16+) kernel. For these kernels, we need to specify additional dependencies for the configme task. This change can be removed when we update poky to a newer version that includes 81e8a52e8e40e47c34f900db5d73e69ffc25f5d0. This change fixes the error we get on the Nanopi NEO Air kernel when our do kernel_resin_reconfigure task will recreate the .config with the incorrect kernel config options. Changelog-entry: Specify deps for kernel config task needed for newer (4.16+) kernels Signed-off-by: Florin Sarbu --- .../recipes-kernel/linux/linux-mainline_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 158cba4..81b74aa 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -1,5 +1,9 @@ inherit kernel-resin +do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot" +do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}gcc:do_populate_sysroot" +do_kernel_configme[depends] += "bc-native:do_populate_sysroot bison-native:do_populate_sysroot" + RESIN_CONFIGS_append = " axp_power" RESIN_CONFIGS_DEPS[axp_power] = "\ CONFIG_TOUCHSCREEN_SUN4I=n \