Skip to content

Commit

Permalink
imx-boot: sync with upstream recipe
Browse files Browse the repository at this point in the history
Support imx91p and a "translation" rule for mx9.

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 committed Nov 13, 2023
1 parent 0321770 commit e9a92c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-bsp/imx-mkimage/imx-boot_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ IMXBOOT_TARGETS ?= \
BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}"
BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M"
BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX"
BOOT_STAGING:mx9-generic-bsp = "${S}/iMX9"

SOC_FAMILY = "INVALID"
SOC_FAMILY:mx8-generic-bsp = "mx8"
SOC_FAMILY:mx8m-generic-bsp = "mx8m"
SOC_FAMILY:mx8x-generic-bsp = "mx8x"
SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp"
SOC_FAMILY:mx91p-generic-bsp = "mx93"
SOC_FAMILY:mx93-generic-bsp = "mx93"

REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}"
Expand Down

0 comments on commit e9a92c0

Please sign in to comment.