summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
diff options
context:
space:
mode:
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
-}