diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:02 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | a2d9cd03302b5adaef817caee7a653fa7aedbd09 (patch) | |
tree | 1cfe68d3c4ce0f8d43d044d40bba6e7285653d62 | |
parent | d6e900627e39f1b2fa181f007d1c94180114ea67 (diff) | |
download | meta-freescale-a2d9cd03302b5adaef817caee7a653fa7aedbd09.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 be0ac9cc..ccc4a240 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 | ||