summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2020-09-14 08:15:10 +0000
committerStefan Agner <stefan.agner@toradex.com>2020-09-16 13:09:28 +0000
commit38de7a3c6dc8e32722b3007755d82e90c9fea416 (patch)
tree404cab8e0f71e9df7ae609efb77ac57b30df87cc /conf/machine
parente5b65c5f5225e77076c907563e2b95ac6c44a9eb (diff)
imx-sc-firmware: add full recipe for imx-sc-firmware
In order to make git hash bumping work with the imx-sc-firmware we need to have our own recipe in our layer. This also has the advantage that the recipe name reflects the actual package version (PV) again. Use imx-sc-firmware-toradex to make sure we do not interfere with the NXP provided variant. Make sure our machines pick imx-sc-firmware-toradex by setting PREFERRED_PROVIDER accordingly. Related-to: AUT-355 Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/apalis-imx8.conf1
-rw-r--r--conf/machine/apalis-imx8x.conf1
-rw-r--r--conf/machine/colibri-imx8x.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 580fc50..7e4f915 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -63,6 +63,7 @@ MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
IMXBOOT_TARGETS = "flash_b0"
+PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "apalis"
IMAGE_CLASSES_append = " image_type_tezi"
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index e5df291..02200b0 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -58,6 +58,7 @@ MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
IMXBOOT_TARGETS = "flash"
+PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "apalis"
IMAGE_CLASSES_append = " image_type_tezi"
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 4b8c429..e27cab2 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -65,6 +65,7 @@ MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
IMXBOOT_TARGETS = "flash"
+PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "colibri"
IMAGE_CLASSES_append = " image_type_tezi"