diff options
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb) | 12 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | 6 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb index 76a840947..e4aaf367e 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | DESCRIPTION = "U-boot bootloader mxsboot tool" | 1 | DESCRIPTION = "U-boot bootloader mxsboot tool" |
| 2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" | 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" |
| 4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
| 5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
| 6 | PROVIDES = "u-boot-mxsboot" | 6 | PROVIDES = "u-boot-mxsboot" |
| 7 | 7 | ||
| 8 | PV = "v2014.07" | 8 | PV = "v2014.10+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "e36968af0a033e9d66535928886103370620cb4d" | 10 | SRCREV = "75ce95e627609c9b9e537e935e69c4ecef26c8f7" |
| 11 | SRCBRANCH = "patches-2014.07" | 11 | SRCBRANCH = "patches-2014.10" |
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| @@ -17,6 +17,10 @@ inherit fsl-u-boot-localversion | |||
| 17 | 17 | ||
| 18 | EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' | 18 | EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' |
| 19 | 19 | ||
| 20 | do_configure () { | ||
| 21 | oe_runmake sandbox_defconfig | ||
| 22 | } | ||
| 23 | |||
| 20 | do_compile () { | 24 | do_compile () { |
| 21 | oe_runmake tools-only | 25 | oe_runmake tools-only |
| 22 | } | 26 | } |
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc index a1e4de847..e598b1f7a 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc | |||
| @@ -7,7 +7,7 @@ inherit fsl-u-boot-localversion | |||
| 7 | 7 | ||
| 8 | DESCRIPTION = "U-boot bootloader for Freescale ARM platforms" | 8 | DESCRIPTION = "U-boot bootloader for Freescale ARM platforms" |
| 9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
| 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" | 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" |
| 11 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" | 11 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" |
| 12 | 12 | ||
| 13 | DEPENDS_mxs += "elftosb-native openssl-native" | 13 | DEPENDS_mxs += "elftosb-native openssl-native" |
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb deleted file mode 100644 index 6991baa11..000000000 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | include u-boot-fslc.inc | ||
| 2 | |||
| 3 | PV = "v2014.07" | ||
| 4 | |||
| 5 | SRCREV = "e36968af0a033e9d66535928886103370620cb4d" | ||
| 6 | SRCBRANCH = "patches-2014.07" | ||
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb new file mode 100644 index 000000000..860e9a464 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | include u-boot-fslc.inc | ||
| 2 | |||
| 3 | PV = "v2014.10+git${SRCPV}" | ||
| 4 | |||
| 5 | SRCREV = "75ce95e627609c9b9e537e935e69c4ecef26c8f7" | ||
| 6 | SRCBRANCH = "patches-2014.10" | ||
