summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-06-22 09:41:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-09 22:05:06 +0200
commit5e0a215797a708fffef17edf88d1df1c4dd207ce (patch)
treeb1089ddf9c7c1178c83aa9dc16b56209a2cc3162 /recipes-bsp
parentd4e72171f173b14d7c0f8418dc520de6eef6396b (diff)
remove upgrades which are now in meta-freescale
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend12
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_%.bbappend14
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend2
3 files changed, 0 insertions, 28 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
deleted file mode 100644
index c48fb6b..0000000
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
-PV = "1.5.0+git${SRCPV}"
-SRCBRANCH = "imx_4.14.78_1.0.0_ga"
-SRCREV = "d6451cc1e162eff89b03dd63e86d55b9baa8885b"
-
-PLATFORM_mx8qxp = "imx8qxp"
-
-# imx-atf 1.5 uses bl31-imx8qxp.bin, 2.0 will use bl31-imx8qx.bin for a
-# platform specific filename. Provide both for now, so that the user of
-# the file need not care.
-do_deploy_append_mx8qxp () {
- install -Dm 0644 ${S}/build/${PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-imx8qx.bin
-}
diff --git a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend b/recipes-bsp/imx-mkimage/imx-boot_%.bbappend
deleted file mode 100644
index 86abe51..0000000
--- a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-ATF_MACHINE_NAME_mx8qxp = "bl31-imx8qx.bin"
-SRCBRANCH = "imx_4.14.98_2.0.0_ga"
-SRCREV = "dd0234001713623c79be92b60fa88bc07b07f24f"
-
-deploy_mx8() {
- install -d ${DEPLOYDIR}/${BOOT_TOOLS}
- install -m 0644 ${BOOT_STAGING}/mx8qm-ahab-container.img ${DEPLOYDIR}/${BOOT_TOOLS}
- install -m 0755 ${S}/${TOOLS_NAME} ${DEPLOYDIR}/${BOOT_TOOLS}
-}
-deploy_mx8x() {
- install -d ${DEPLOYDIR}/${BOOT_TOOLS}
- install -m 0644 ${BOOT_STAGING}/mx8qx-ahab-container.img ${DEPLOYDIR}/${BOOT_TOOLS}
- install -m 0755 ${S}/${TOOLS_NAME} ${DEPLOYDIR}/${BOOT_TOOLS}
-}
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend b/recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend
deleted file mode 100644
index 636494f..0000000
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-SRCBRANCH = "imx_4.14.98_2.0.0_ga"
-SRCREV = "dd0234001713623c79be92b60fa88bc07b07f24f"