summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs_5.4.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-07-19 09:18:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-05 14:51:53 -0300
commitca3736511ef17608157169c8f36fd83292ae5c02 (patch)
tree5568f98206a7165c760fd2cb840fe368f75f34eb /recipes-bsp/imx-kobs/imx-kobs_5.4.bb
parent23bffd51cc2f5fa31928933ec336f34a0584e54f (diff)
downloadmeta-freescale-ca3736511ef17608157169c8f36fd83292ae5c02.tar.gz
imx-kobs: Allow kobs-ng to flash the SPL on the 4.x kernel
Add function to check if kernel support raw_mode and fix function that calculates the geometry based on known info from the mtd partitionmtd geometry. These patches were copied from: https://github.com/Gateworks/openwrt/commit/379e87df4fb67198fe900ffe2a394e69fbd47801 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs_5.4.bb')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_5.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.4.bb b/recipes-bsp/imx-kobs/imx-kobs_5.4.bb
index 1d33d40b..de396a17 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_5.4.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_5.4.bb
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7 7
8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz \ 8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz \
9 file://fix-compile.patch \ 9 file://fix-compile.patch \
10 file://raw-mode.patch \
11 file://fix-cal_nfc_geometry.patch \
10" 12"
11 13
12SRC_URI[md5sum] = "77467d834f858c2ec216841583e5f437" 14SRC_URI[md5sum] = "77467d834f858c2ec216841583e5f437"