diff options
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 9be53f24..64255b86 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -1,14 +1,16 @@ | |||
1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
3 | LICENSE = "BSD" | 3 | LICENSE = "Freescale-EULA" |
4 | LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e" | 4 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" |
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native" | 6 | DEPENDS += "change-file-endianess-native tcl-native" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v1.9.x" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | SRCREV = "521008fe6ec9897fe245e1c1241fc27dad98f24d" | 11 | |
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x" | ||
13 | SRCREV = "1af724b64347170e9d9ba8e8f277dd30026a1a7e" | ||
12 | 14 | ||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | 16 | ||
@@ -16,8 +18,6 @@ EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','')} DESTDIR= | |||
16 | 18 | ||
17 | do_install () { | 19 | do_install () { |
18 | oe_runmake install | 20 | oe_runmake install |
19 | } | ||
20 | do_install_append_ls102xa () { | ||
21 | for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do | 21 | for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do |
22 | f_swap=`echo $f |sed -e 's/qspiboot/qspiboot_swap/'` | 22 | f_swap=`echo $f |sed -e 's/qspiboot/qspiboot_swap/'` |
23 | tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8 | 23 | tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8 |
@@ -32,6 +32,4 @@ addtask deploy after do_install | |||
32 | 32 | ||
33 | PACKAGES += "${PN}-image" | 33 | PACKAGES += "${PN}-image" |
34 | FILES_${PN}-image += "/boot" | 34 | FILES_${PN}-image += "/boot" |
35 | 35 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1021a|ls1043a)" | |
36 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
37 | COMPATIBLE_MACHINE = "(qoriq)" | ||