diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2015.07.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb index 134d0f9f..3ea0d119 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.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.07+git${SRCPV}" | 8 | PV = "v2015.10+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81" | 10 | SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655" |
11 | SRCBRANCH = "2015.07+fslc" | 11 | SRCBRANCH = "2015.10+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.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index 5f297b95..df67469c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/recipes-bsp/u-boot/u-boot-fslc.inc | |||
@@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \ | |||
11 | version, or because it is not applicable for upstreaming." | 11 | version, or because it is not applicable for upstreaming." |
12 | LICENSE = "GPLv2+" | 12 | LICENSE = "GPLv2+" |
13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | 13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" |
14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" | 14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)" |
15 | 15 | ||
16 | DEPENDS_mxs += "elftosb-native openssl-native" | 16 | DEPENDS_mxs += "elftosb-native openssl-native" |
17 | 17 | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb deleted file mode 100644 index fbe3eb12..00000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2015.07+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81" | ||
6 | SRCBRANCH = "2015.07+fslc" | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb new file mode 100644 index 00000000..3c1812bb --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include u-boot-fslc.inc | ||
2 | |||
3 | PV = "v2015.10+git${SRCPV}" | ||
4 | |||
5 | SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655" | ||
6 | SRCBRANCH = "2015.10+fslc" | ||