diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-10-21 16:57:25 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-27 10:36:28 -0200 |
commit | 22fdf9339e0f3658fc2bc5c304481f234e471e27 (patch) | |
tree | 34d80544d67bda3670e1fff88fe1ab3ca368a80d | |
parent | 2646909cf1826ef114bc9ce85b3fdc3d43015df7 (diff) | |
download | meta-freescale-22fdf9339e0f3658fc2bc5c304481f234e471e27.tar.gz |
u-boot-fslc: Update to the 2016.11-based fork
This updates for the upcoming 2016.11 release.
This is based on top of 2016.11-rc2 plus the following changes:
- c7f1e5 embestmx6boards: Use PARTUUID to specify the rootfs location
- 0c0dcb8 mx6cuboxi: Change finduuid to find on first partition
- caf0311 wandboard: Change finduuid to find on first partition
- aeb1be5 mx6cuboxi: Use PARTUUID to specify the rootfs location
- 1bcfc34 wandboard: Use PARTUUID to specify the rootfs location
- 6d6dba9 wandboard: Set fdt based on board_rev and board_name
- 69176f6 warp: Change default bootenv configuration
- 4d31a07 mx6sabresd: Enable video interfaces in bootargs
- 9904cfb iMX6: Change mmcroot to use fixed mmc block index for USDHC
- 77f6c08 embestmx6boards: Change default bootenv configuration
- 1e89967 mx6sabresd: Use LDO dtb file until LDO bypass support is added
- d434e1b mx6slevk: Use LDO dtb file until LDO bypass support is added
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2016.09.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2016.11.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb deleted file mode 100644 index 3780818f..00000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2016.09+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "0dbe8538b73b402faa7e0b873d3c69857b76a35c" | ||
6 | SRCBRANCH = "2016.09+fslc" | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb new file mode 100644 index 00000000..f01ffed4 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2016.11+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "8c7f1e5f4e3e1acd8dd5cbfe94e5bf75bb581bf2" | ||
6 | SRCBRANCH = "2016.11+fslc" | ||