diff options
| author | Daiane Angolini <daiane.angolini@foundries.io> | 2023-01-26 16:22:36 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2023-02-14 10:59:01 -0300 |
| commit | 2249db4e196993847bc77d4a89f8618fa157f273 (patch) | |
| tree | 2cb6058c70a68160eb1febd31322c8835f6baa58 | |
| parent | de744be7cff86f513cc6b7e57d990ee5ceb23fff (diff) | |
| download | meta-freescale-2249db4e196993847bc77d4a89f8618fa157f273.tar.gz | |
firmware-sentinel: Make it compatible for mx9-nxp-bsp
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| -rw-r--r-- | recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb index 0ea56f983..50787fd6d 100644 --- a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb +++ b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb | |||
| @@ -20,4 +20,4 @@ do_deploy () { | |||
| 20 | } | 20 | } |
| 21 | addtask deploy after do_install before do_build | 21 | addtask deploy after do_install before do_build |
| 22 | 22 | ||
| 23 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)" | 23 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" |
