summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb)8
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc4
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.01.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.03.bb6
4 files changed, 12 insertions, 12 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb
index a0348c57..4ec03577 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb
@@ -1,14 +1,14 @@
1DESCRIPTION = "U-boot bootloader mxsboot tool" 1DESCRIPTION = "U-boot bootloader mxsboot tool"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
4SECTION = "bootloader" 4SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2016.01+git${SRCPV}" 8PV = "v2016.03+git${SRCPV}"
9 9
10SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37" 10SRCREV = "fd6b196f574ca85d75d6bbe24cf9344e58366ae1"
11SRCBRANCH = "2016.01+fslc" 11SRCBRANCH = "2016.03+fslc"
12 12
13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 13SRC_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 df67469c..c61c950c 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012-2015 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4require recipes-bsp/u-boot/u-boot.inc 4require recipes-bsp/u-boot/u-boot.inc
@@ -10,7 +10,7 @@ order to provide support for some backported features and fixes, or because it \
10was submitted for revision and it takes some time to become part of a stable \ 10was submitted for revision and it takes some time to become part of a stable \
11version, or because it is not applicable for upstreaming." 11version, or because it is not applicable for upstreaming."
12LICENSE = "GPLv2+" 12LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" 13LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)" 14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)"
15 15
16DEPENDS_mxs += "elftosb-native openssl-native" 16DEPENDS_mxs += "elftosb-native openssl-native"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb
deleted file mode 100644
index aee89c8f..00000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb
+++ /dev/null
@@ -1,6 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2016.01+git${SRCPV}"
4
5SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37"
6SRCBRANCH = "2016.01+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb
new file mode 100644
index 00000000..2358de34
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2016.03+git${SRCPV}"
4
5SRCREV = "fd6b196f574ca85d75d6bbe24cf9344e58366ae1"
6SRCBRANCH = "2016.03+fslc"