summaryrefslogtreecommitdiff
path: root/recipes-bsp/imx-mkimage
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-10-22 08:58:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-23 16:13:16 +0200
commitab93d5b0793d0bc78ab587ac9993dd3ad5ff0c99 (patch)
tree2407a8a8e0b04c09b320aaf2ce2e20c913bc1d91 /recipes-bsp/imx-mkimage
parenta873e2cec27b5a6521d7e4fd25854ea662e75b1d (diff)
imx-mkimage: drop bbappend recipe
Exact same version and do_compile task have been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit d11072fbfc7ea243ff68acdb27abe6b4d8000361)
Diffstat (limited to 'recipes-bsp/imx-mkimage')
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend14
1 files changed, 0 insertions, 14 deletions
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 5424f89..0000000
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-SRCBRANCH = "imx_5.4.24_2.1.0"
-SRCREV = "6745ccdcf15384891639b7ced3aa6ce938682365"
-
-REV_CHIP ?= "B0"
-REV_CHIP_mx8qxpc0 = "C0"
-
-do_compile () {
- cd ${S}
- oe_runmake clean
- oe_runmake bin
- oe_runmake -C iMX8M -f soc.mak mkimage_imx8
- oe_runmake -C iMX8QM REV=${REV_CHIP} -f soc.mak imx8qm_dcd.cfg.tmp
- oe_runmake -C iMX8QX REV=${REV_CHIP} -f soc.mak imx8qx_dcd.cfg.tmp
-}