summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-10-22 08:58:29 +0200
committerMing Liu <ming.liu@toradex.com>2020-10-22 10:51:21 +0200
commitd11072fbfc7ea243ff68acdb27abe6b4d8000361 (patch)
tree462b492408f545ee6daecb4e1a80d55ea174b8a3 /recipes-bsp
parentdc8d120a8e244507e8d59f6cae7fc848bb7f2388 (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>
Diffstat (limited to 'recipes-bsp')
-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
-}