diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-05-21 16:29:12 -0500 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-05-21 19:16:45 -0300 | 
| commit | 3990edc9373a6413528e9357e905f5bcadbfc70d (patch) | |
| tree | 529bb6d5e99ddc37c317f383b08a4558df98edeb | |
| parent | 2a088c39d8f1c179f6a31142fc7626629a0169d7 (diff) | |
| download | meta-freescale-3990edc9373a6413528e9357e905f5bcadbfc70d.tar.gz | |
imx-seco*: Make 8DX compatibility explicit
i.MX 8DX is marked compatible since it has `mx8qxp` in its OVERRIDES.
Make it explicit for notational purposes and to be consistent with
other recipes.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/imx-seco/imx-seco_3.7.5.bb | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index e3c924547..e6b52abea 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb  | |||
| @@ -21,4 +21,4 @@ do_install () { | |||
| 21 | oe_runmake DESTDIR=${D} install | 21 | oe_runmake DESTDIR=${D} install | 
| 22 | } | 22 | } | 
| 23 | 23 | ||
| 24 | COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)" | 24 | COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)" | 
diff --git a/recipes-bsp/imx-seco/imx-seco_3.7.5.bb b/recipes-bsp/imx-seco/imx-seco_3.7.5.bb index 68c8799a3..7b9c4c982 100644 --- a/recipes-bsp/imx-seco/imx-seco_3.7.5.bb +++ b/recipes-bsp/imx-seco/imx-seco_3.7.5.bb  | |||
| @@ -23,4 +23,4 @@ do_deploy () { | |||
| 23 | install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} | 23 | install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} | 
| 24 | } | 24 | } | 
| 25 | 25 | ||
| 26 | COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)" | 26 | COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)" | 
