diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-25 19:40:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 19:40:12 -0300 |
commit | 15098843f469944ad5c374f4babc7c50163ab1dc (patch) | |
tree | ea14f91e1f03ae5c34ef767baf83bb64bf94d990 /conf/machine | |
parent | 912908ce41427c6510b2b6464c83e12f6f11a0e4 (diff) | |
parent | 237f04e8b1967ef5615fa888657f8766bd52c287 (diff) | |
download | meta-freescale-15098843f469944ad5c374f4babc7c50163ab1dc.tar.gz |
Merge pull request #1144 from Freescale/topic/qoirq-rework
[qoriq] Rework cst and optee recipes
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 35b7d82ef..4340c9423 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -39,7 +39,7 @@ WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | |||
39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | 40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |
41 | 41 | ||
42 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 42 | EXTRA_IMAGEDEPENDS += "u-boot qoriq-cst-native" |
43 | 43 | ||
44 | MACHINEOVERRIDES =. "qoriq:" | 44 | MACHINEOVERRIDES =. "qoriq:" |
45 | 45 | ||