mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
qoriq-cst: rename cst to qoriq-cst
The QoriQ SoCs use a different cst tool for secure boot than i.MX SoCs so we should name it with SoC family prefix to avoid confusion. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
912908ce41
commit
2f26da887f
|
@ -39,7 +39,7 @@ WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
|
|||
MACHINE_FEATURES ?= "pci ext2 ext3 serial"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "u-boot cst-native"
|
||||
EXTRA_IMAGEDEPENDS += "u-boot qoriq-cst-native"
|
||||
|
||||
MACHINEOVERRIDES =. "qoriq:"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ require recipes-bsp/atf/qoriq-atf-2.4.inc
|
|||
|
||||
inherit deploy
|
||||
|
||||
DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw cst-native bc-native"
|
||||
DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw qoriq-cst-native bc-native"
|
||||
DEPENDS:append:lx2160a = " ddr-phy"
|
||||
DEPENDS:append:lx2162a = " ddr-phy"
|
||||
do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
|
||||
|
|
|
@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
|
||||
|
||||
DEPENDS += "openssl cst-native"
|
||||
DEPENDS += "openssl qoriq-cst-native"
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
GENKEYS ?= "${STAGING_BINDIR_NATIVE}/cst/gen_keys"
|
Loading…
Reference in New Issue
Block a user