diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:02 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:07:36 -0200 |
commit | 9953874cdd4b4bae5f5fe5e09721d609524668e3 (patch) | |
tree | 50e3eab66c990862698514ad72c5423b3d8528fe | |
parent | 33d1115d1bc85176a05cf75b0e31ff2da377f8df (diff) | |
download | meta-fsl-arm-9953874cdd4b4bae5f5fe5e09721d609524668e3.tar.gz |
imx-kobs: Upgrade to 5.3 version
MMT-89: support reading bch geometry setting from debugfs
add new feature to read bch geometry setting from debugfs, it provides
the feasibility to support large oob NAND devices.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-kobs/imx-kobs_5.3.bb (renamed from recipes-bsp/imx-kobs/imx-kobs_5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.1.bb b/recipes-bsp/imx-kobs/imx-kobs_5.3.bb index be0ac9c..ccc4a24 100644 --- a/recipes-bsp/imx-kobs/imx-kobs_5.1.bb +++ b/recipes-bsp/imx-kobs/imx-kobs_5.3.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
7 | 7 | ||
8 | SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" | 8 | SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "b3217106d2ea7da2774835bf264633f1" | 10 | SRC_URI[md5sum] = "a2a9e1c3445d14c961577492313a41fb" |
11 | SRC_URI[sha256sum] = "28c7356187ae26a2b37fb37a4b7bfdb63b3628b72d737d897ae6d5b969fbb51a" | 11 | SRC_URI[sha256sum] = "45f729fc2b49556f1ca9df778f52bf5cc749cfe53664c8206daab29991c5f6c1" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||