diff options
| author | Daiane Angolini <daiane.angolini@foundries.io> | 2023-02-13 13:38:11 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2023-02-14 11:18:48 -0300 |
| commit | 2f7e749a12f8a5da48e343c6a935692423c1a7df (patch) | |
| tree | 0e061b25a30c68cb77d01e3ebe60bfa7cb59a0e4 | |
| parent | 976a11f8a8494df51354b26aa84312e22e3e5a17 (diff) | |
| download | meta-freescale-2f7e749a12f8a5da48e343c6a935692423c1a7df.tar.gz | |
u-boot-imx: Add mx9-nxp-bsp as compatible
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2022.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb b/recipes-bsp/u-boot/u-boot-imx_2022.04.bb index 361473e7d..c1ddf12f7 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2022.04.bb | |||
| @@ -38,4 +38,4 @@ do_deploy:append:mx8m-generic-bsp() { | |||
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 40 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 41 | COMPATIBLE_MACHINE = "(mx6-generic-bsp|mx7-generic-bsp|mx8-generic-bsp)" | 41 | COMPATIBLE_MACHINE = "(mx6-generic-bsp|mx7-generic-bsp|mx8-generic-bsp|mx9-generic-bsp)" |
