]> code.ossystems Code Review - meta-freescale.git/commitdiff
qe-ucode: update to a95f42ae
authorTing Liu <ting.liu@nxp.com>
Mon, 13 Jun 2016 09:38:35 +0000 (17:38 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
Changelog:
a95f42a Unify the EULA file
441e947 Update the EULA file

update the license file
add fsl-ch2 as COMPATIBLE_MACHINE

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-bsp/qe-ucode/qe-ucode_git.bb

index 395789d9a178da6459fa419f247db340b15bea78..7966ee49efa53e7101367e84f9227131fbff89ea 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION = "qe microcode binary"
 SECTION = "qe-ucode"
 LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c"
+LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
 
 inherit deploy
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;nobranch=1"
-SRCREV= "49efc94b553de5c2a9bd28093592eff0068e161c"
+SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x"
+SRCREV= "a95f42aef152fc613f11099d7e7bc25b44c09836"
 
 S = "${WORKDIR}/git"
 
@@ -32,5 +32,4 @@ addtask deploy before do_build after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot/*"
-ALLOW_EMPTY_${PN} = "1"
-COMPATIBLE_MACHINE = "(ls102xa|p1021rdb|p1025twr|t1)"
+COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)"