diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 10:16:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 10:16:14 -0300 |
| commit | e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch) | |
| tree | d8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /classes/use-imx-headers.bbclass | |
| parent | a021abc00aaddfffaffcddacd7334f704b73ca6c (diff) | |
| parent | b937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff) | |
| download | meta-freescale-e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a.tar.gz | |
Merge pull request #980 from Freescale/topic/generalize-soc-overrides
Generalize overrides subsystem for NXP and Mainline support
Diffstat (limited to 'classes/use-imx-headers.bbclass')
| -rw-r--r-- | classes/use-imx-headers.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/use-imx-headers.bbclass b/classes/use-imx-headers.bbclass index c6c7f0434..4baf4574b 100644 --- a/classes/use-imx-headers.bbclass +++ b/classes/use-imx-headers.bbclass | |||
| @@ -13,14 +13,14 @@ | |||
| 13 | # | 13 | # |
| 14 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 14 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 15 | 15 | ||
| 16 | DEPENDS:append:imx = " linux-imx-headers" | 16 | DEPENDS:append:imx-nxp-bsp = " linux-imx-headers" |
| 17 | 17 | ||
| 18 | # Set runtime dependency of -dev for package inheriting this class to | 18 | # Set runtime dependency of -dev for package inheriting this class to |
| 19 | # linux-imx-headers-dev package. This is required in order to propagate | 19 | # linux-imx-headers-dev package. This is required in order to propagate |
| 20 | # headers into the SDK | 20 | # headers into the SDK |
| 21 | RDEPENDS:${PN}-dev += "linux-imx-headers-dev" | 21 | RDEPENDS:${PN}-dev += "linux-imx-headers-dev" |
| 22 | 22 | ||
| 23 | PACKAGE_ARCH:imx ?= "${MACHINE_SOCARCH}" | 23 | PACKAGE_ARCH:imx-nxp-bsp ?= "${MACHINE_SOCARCH}" |
| 24 | 24 | ||
| 25 | STAGING_INCDIR_IMX = "${STAGING_INCDIR}/imx" | 25 | STAGING_INCDIR_IMX = "${STAGING_INCDIR}/imx" |
| 26 | 26 | ||
