summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:17:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:44:53 +0200
commit677cc78161fe18b5e922f9928b5fc11cad014caa (patch)
tree05605acf41dec579d1949aca8a95fbc059783728 /recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
parent179e4188a38ccc086f8b23201fa1594ea9ba0c0f (diff)
apalis-tk1-mainline: rename machine to apalis-tk1
Rename the apalis-tk1-mainline machine to the now dropped apalis-tk1 machine name. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 0bf55088d1f34338dd04f83d6b90b7a72f6867de)
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
index 9d156b0..5385b20 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
@@ -4,7 +4,6 @@ require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc
DEPENDS += "bc-native dtc-native"
DEPENDS_append_apalis-tk1 = " cbootimage-native"
-DEPENDS_append_apalis-tk1-mainline = " cbootimage-native"
COMPATIBLE_MACHINE = "(apalis-tk1)"
@@ -12,10 +11,6 @@ SRC_URI_append_apalis-tk1 = " \
file://apalis-tk1.img.cfg \
file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \
"
-SRC_URI_append_apalis-tk1-mainline = " \
- file://apalis-tk1.img.cfg \
- file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \
-"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -25,10 +20,4 @@ do_deploy_append_apalis-tk1() {
cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img
rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
}
-do_deploy_append_apalis-tk1-mainline() {
- cd ${DEPLOYDIR}
- cp ${WORKDIR}/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct .
- cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img
- rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
-}