summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/qe-ucode
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/qe-ucode')
-rw-r--r--recipes-bsp/qe-ucode/qe-ucode_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb
index 395789d9..7966ee49 100644
--- a/recipes-bsp/qe-ucode/qe-ucode_git.bb
+++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "qe microcode binary" 1DESCRIPTION = "qe microcode binary"
2SECTION = "qe-ucode" 2SECTION = "qe-ucode"
3LICENSE = "Freescale-EULA" 3LICENSE = "Freescale-EULA"
4LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" 4LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
5 5
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;nobranch=1" 8SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x"
9SRCREV= "49efc94b553de5c2a9bd28093592eff0068e161c" 9SRCREV= "a95f42aef152fc613f11099d7e7bc25b44c09836"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
@@ -32,5 +32,4 @@ addtask deploy before do_build after do_install
32 32
33PACKAGES += "${PN}-image" 33PACKAGES += "${PN}-image"
34FILES_${PN}-image += "/boot/*" 34FILES_${PN}-image += "/boot/*"
35ALLOW_EMPTY_${PN} = "1" 35COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)"
36COMPATIBLE_MACHINE = "(ls102xa|p1021rdb|p1025twr|t1)"