[meta-freescale] [meta-fsl-arm][PATCH 07/12] imx-kobs: Upgrade to 5.1 version

Lauren Post lauren.post at freescale.com
Fri Jul 31 07:18:42 PDT 2015


Add i.MX 6UltraLite support.

When kobs-ng generates FCB with BCH ecc parity, ecc data might NOT byte
align, and requires join the ecc with real FCB data. When the ecc data is
byte aligned, the operation is not necessary, just simply copy the data.

Generalize the encode_bch_ecc function for different configurations.

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 .../imx-kobs/{imx-kobs_5.0.bb => imx-kobs_5.1.bb}  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-bsp/imx-kobs/{imx-kobs_5.0.bb => imx-kobs_5.1.bb} (68%)

diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb
similarity index 68%
rename from recipes-bsp/imx-kobs/imx-kobs_5.0.bb
rename to recipes-bsp/imx-kobs/imx-kobs_5.1.bb
index cf51313..be0ac9c 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20"
-SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702"
+SRC_URI[md5sum] = "b3217106d2ea7da2774835bf264633f1"
+SRC_URI[sha256sum] = "28c7356187ae26a2b37fb37a4b7bfdb63b3628b72d737d897ae6d5b969fbb51a"
 
 inherit  autotools pkgconfig
 
-- 
1.7.9.5



More information about the meta-freescale mailing list