diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-18 10:23:34 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 77d98af8a789dd5b31ab4ca1b9e0fd1e9158a6cf (patch) | |
tree | dfa4145809ac206a78647e2585b97f5497dcd118 | |
parent | 541b8b86e01d5138c65df7f06fcd2e8101d82a13 (diff) | |
download | meta-freescale-77d98af8a789dd5b31ab4ca1b9e0fd1e9158a6cf.tar.gz |
u-boot-fslc: Update to U-Boot 2016.01 based fork
This updates the fork for the 2016.01 release. Currently following
patches are applied on top of it:
5da7953 wandboard: Drop revision specific DeviceTree support
3a636ab mx6sabresd: Enable video interfaces in bootargs
bec0ad3 Revert "embestmx6boards: convert to use config_distro_bootcmd.h"
fad3922 iMX6: Change mmcroot to use fixed mmc block index for USDHC
3c73816 embestmx6boards: Change default bootenv configuration
90bac9b mx6sabresd: Use LDO dtb file until LDO bypass support is added
885c473 mx6slevk: Use LDO dtb file until LDO bypass support is added
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2016.01.bb | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb index c8c9a436..a0348c57 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb | |||
@@ -5,10 +5,10 @@ SECTION = "bootloader" | |||
5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
6 | PROVIDES = "u-boot-mxsboot" | 6 | PROVIDES = "u-boot-mxsboot" |
7 | 7 | ||
8 | PV = "v2015.10+git${SRCPV}" | 8 | PV = "v2016.01+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "1b6aee73e60023ae4ba16b11ce7bc23e0e8552f7" | 10 | SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37" |
11 | SRCBRANCH = "2015.10+fslc" | 11 | SRCBRANCH = "2016.01+fslc" |
12 | 12 | ||
13 | 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}" |
14 | 14 | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb deleted file mode 100644 index d326abe5..00000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2015.10+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "1b6aee73e60023ae4ba16b11ce7bc23e0e8552f7" | ||
6 | SRCBRANCH = "2015.10+fslc" | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb new file mode 100644 index 00000000..aee89c8f --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2016.01+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37" | ||
6 | SRCBRANCH = "2016.01+fslc" | ||