summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-12-02 14:08:53 +0000
committerStefan Agner <stefan.agner@toradex.com>2019-12-06 08:54:26 +0000
commitd41d9f525a494c3710b6caba7117a09f92d4753c (patch)
tree3f2cda639da4bb832bceae517d8d4a1350b019f2 /recipes-bsp
parent48da5f83dfed35beab3135f62787deadf23e359f (diff)
u-boot-toradex: drop U-Boot 2016.11 recipe
Now that U-Boot 2019.07 works reliably lets remove the U-Boot 2016.11 recipe. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_2016.11.bbappend31
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend11
2 files changed, 0 insertions, 42 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2016.11.bbappend b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2016.11.bbappend
deleted file mode 100644
index e780e16..0000000
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2016.11.bbappend
+++ /dev/null
@@ -1,31 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-SRCREV = "a26e924efbf998711f56911ddd8419f95eca09b9"
-SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH_use-head-next = "2016.11-toradex-next"
-SRC_URI += "file://fw_unlock_mmc.sh"
-
-PV = "2016.11+git${SRCPV}"
-LOCALVERSION ?= "-${TDX_VER_ITEM}"
-
-S = "${WORKDIR}/git"
-
-install_unlock_emmc() {
- install -d ${D}${sysconfdir}/profile.d/
- install -m 0644 ${WORKDIR}/fw_unlock_mmc.sh ${D}${sysconfdir}/profile.d/fw_unlock_mmc.sh
-}
-
-do_install_append_apalis-imx6() {
- install_unlock_emmc
-}
-
-do_install_append_colibri-imx6() {
- install_unlock_emmc
-}
-
-do_install_append_colibri-imx7-emmc() {
- install_unlock_emmc
-}
-
-# defaults
-TDX_VER_ITEM ??= "0"
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
deleted file mode 100644
index 9377d63..0000000
--- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-require recipes-bsp/u-boot/u-boot-toradex-env.inc
-
-LOCALVERSION = "-${TDX_VER_ITEM}"
-
-SRCREV = "a26e924efbf998711f56911ddd8419f95eca09b9"
-SRCBRANCH = "2016.11-toradex"
-SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH_use-head-next = "2016.11-toradex-next"
-
-# defaults
-TDX_VER_ITEM ??= "0"