summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-16 19:27:38 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 13:13:18 -0300
commit7ce1aadc64d39a467527d905a274e1dad388512d (patch)
tree486c4f065b930658004499ab1d9bb87e6335a648 /recipes-bsp
parenteaf9de847d80daa0fa6cc4fb3aa608ccc3a5e539 (diff)
downloadmeta-freescale-7ce1aadc64d39a467527d905a274e1dad388512d.tar.gz
atf: rename to qoriq-atf
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/atf/qoriq-atf-2.3.inc (renamed from recipes-bsp/atf/atf-2.3.inc)0
-rw-r--r--recipes-bsp/atf/qoriq-atf-tools_2.3.bb (renamed from recipes-bsp/atf/atf-tools_2.3.bb)2
-rw-r--r--recipes-bsp/atf/qoriq-atf_1.5.bb (renamed from recipes-bsp/atf/atf_1.5.bb)0
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.3.bb (renamed from recipes-bsp/atf/atf_2.3.bb)2
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb2
5 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/atf/atf-2.3.inc b/recipes-bsp/atf/qoriq-atf-2.3.inc
index bc8b912a..bc8b912a 100644
--- a/recipes-bsp/atf/atf-2.3.inc
+++ b/recipes-bsp/atf/qoriq-atf-2.3.inc
diff --git a/recipes-bsp/atf/atf-tools_2.3.bb b/recipes-bsp/atf/qoriq-atf-tools_2.3.bb
index 57f53168..d4be32be 100644
--- a/recipes-bsp/atf/atf-tools_2.3.bb
+++ b/recipes-bsp/atf/qoriq-atf-tools_2.3.bb
@@ -1,4 +1,4 @@
1require atf-${PV}.inc 1require qoriq-atf-${PV}.inc
2 2
3SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" 3SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"
4 4
diff --git a/recipes-bsp/atf/atf_1.5.bb b/recipes-bsp/atf/qoriq-atf_1.5.bb
index 650acc3b..650acc3b 100644
--- a/recipes-bsp/atf/atf_1.5.bb
+++ b/recipes-bsp/atf/qoriq-atf_1.5.bb
diff --git a/recipes-bsp/atf/atf_2.3.bb b/recipes-bsp/atf/qoriq-atf_2.3.bb
index ff83bbc8..aed32851 100644
--- a/recipes-bsp/atf/atf_2.3.bb
+++ b/recipes-bsp/atf/qoriq-atf_2.3.bb
@@ -1,4 +1,4 @@
1require atf-${PV}.inc 1require qoriq-atf-${PV}.inc
2 2
3DESCRIPTION = "ARM Trusted Firmware" 3DESCRIPTION = "ARM Trusted Firmware"
4 4
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb
index 17893733..fa8833fd 100644
--- a/recipes-bsp/ddr-phy/ddr-phy_git.bb
+++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
11 11
12REGLEX = "lx2160a" 12REGLEX = "lx2160a"
13 13
14DEPENDS += "atf-tools-native" 14DEPENDS += "qoriq-atf-tools-native"
15 15
16do_compile() { 16do_compile() {
17 cd ${S}/${REGLEX} 17 cd ${S}/${REGLEX}