From 4ce451bcee49479a98d179c459d713dbeff22b7a Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 11:27:29 +0100 Subject: [PATCH 1/3] orangepi-plus2.svg: Add icon for Orange Pi Plus2 Changelog-entry: Add icon for Orange Pi Plus2 Signed-off-by: Florin Sarbu --- orangepi-plus2.svg | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 orangepi-plus2.svg diff --git a/orangepi-plus2.svg b/orangepi-plus2.svg new file mode 100644 index 0000000..727bf1f --- /dev/null +++ b/orangepi-plus2.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 5c39351e2e9a7a7c27bb2494cc9525b746c0f7f2 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 12:17:26 +0100 Subject: [PATCH 2/3] nanopi-neo-air.svg: Add icon for NanoPi NEO Air Changelog-entry: Add icon for NanoPi NEO Air Signed-off-by: Florin Sarbu --- nanopi-neo-air.svg | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 nanopi-neo-air.svg diff --git a/nanopi-neo-air.svg b/nanopi-neo-air.svg new file mode 100644 index 0000000..fabc020 --- /dev/null +++ b/nanopi-neo-air.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + From 92bc21430aba99e7743946e75c153aeff28f4974 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 14:15:44 +0100 Subject: [PATCH 3/3] 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 \