]> code.ossystems Code Review - meta-freescale.git/commit
linux-imx-headers: fix imx headers missing in sdk
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Fri, 22 May 2020 20:22:53 +0000 (20:22 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 25 May 2020 12:42:11 +0000 (09:42 -0300)
commitd76de0c2fb8f6556f9dbdd49ba465d05ee9a143f
tree19bdae30f2f6ba08a18ba7d73049cc5163f6d052
parent6b6e49349269a8d6bab09b8214034a930c4a2d02
linux-imx-headers: fix imx headers missing in sdk

i.MX-specific headers are missing in SDK once generated via image
do_populate_sdk task.

This was caused by dropped ALLOW_EMPTY package-controlling variable
which is required for this recipe in order to indicate that package can
have RDEPENDS.

Additional RDEPENDS are also required by packages using new mechanisms
to include linux-imx-headers, this allows headers to be propagated to
the SDK when dependent package is included.

Introduce ALLOW_EMPTY in recipe and RDEPENDS in use-imx-headers bbclass
to have imx headers to be populated in the SDK.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
classes/use-imx-headers.bbclass
recipes-kernel/linux/linux-imx-headers_5.4.3.bb