From 903e07ff8f66c3a89232db60e534fc5e914e3621 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 21 Dec 2021 13:33:26 +0100 Subject: [PATCH] hardknott: linux-imx-headers: sync with meta-imx hardknott-5.10.72-2.2.0 branch For now, port the new content of the v5.10 recipe to our v5.4 recipe. Signed-off-by: Gabriel Valcazar --- .../recipes-kernel/linux/linux-imx-headers_5.4.bb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-imx-headers_5.4.bb b/meta-digi-arm/recipes-kernel/linux/linux-imx-headers_5.4.bb index b944c0467..566136bd8 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-imx-headers_5.4.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-imx-headers_5.4.bb @@ -49,8 +49,17 @@ do_install() { DEPENDS += "rsync-native" +# Allow to build empty main package, this is required in order for -dev package +# to be propagated into the SDK +# +# Without this setting the RDEPENDS in other recipes fails to find this +# package, therefore causing the -dev package also to be skipped effectively not +# populating it into SDK ALLOW_EMPTY_${PN} = "1" +INHIBIT_DEFAULT_DEPS = "1" +DEPENDS += "unifdef-native bison-native rsync-native" + PACKAGE_ARCH = "${MACHINE_SOCARCH}" COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m|ccimx6)"