diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-01 19:17:47 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-09 08:56:01 -0300 |
| commit | 124a1617371c3099eb4565e3feb6c4f7ffdee548 (patch) | |
| tree | 338873ec11ff0567d8ceddc1e7b9249392692cba | |
| parent | 926ea6a9f4bd66db58c59e083d567e738bb814b3 (diff) | |
| download | meta-freescale-124a1617371c3099eb4565e3feb6c4f7ffdee548.tar.gz | |
u-boot-fslc: Update to 2015.04-based fork
This updates the fork based on upcoming 2015.04 release. This is
currently based on 2015.04-rc5 tag and offers a very solid release for
start the tests for Yocto Project 1.8 release.
Change-Id: I15519ffc7a28411f850bcf8492d8e5fb981bec7c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb) | 7 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb | 6 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb index 6cb156c33..45d27b1b3 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb | |||
| @@ -5,10 +5,11 @@ SECTION = "bootloader" | |||
| 5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
| 6 | PROVIDES = "u-boot-mxsboot" | 6 | PROVIDES = "u-boot-mxsboot" |
| 7 | 7 | ||
| 8 | PV = "v2015.01+git${SRCPV}" | 8 | PV = "v2015.04+git${SRCPV}" |
| 9 | |||
| 10 | SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" | ||
| 11 | SRCBRANCH = "patches-2015.04" | ||
| 9 | 12 | ||
| 10 | SRCREV = "614dd540e84857db586a2d914734a9b22c55165b" | ||
| 11 | SRCBRANCH = "patches-2015.01" | ||
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 13 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
| 13 | 14 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb deleted file mode 100644 index bfb87e076..000000000 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | include u-boot-fslc.inc | ||
| 2 | |||
| 3 | PV = "v2015.01+git${SRCPV}" | ||
| 4 | |||
| 5 | SRCREV = "614dd540e84857db586a2d914734a9b22c55165b" | ||
| 6 | SRCBRANCH = "patches-2015.01" | ||
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb new file mode 100644 index 000000000..bdbf93a87 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | include u-boot-fslc.inc | ||
| 2 | |||
| 3 | PV = "v2015.04+git${SRCPV}" | ||
| 4 | |||
| 5 | SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" | ||
| 6 | SRCBRANCH = "patches-2015.04" | ||
