aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-bsp
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-08-05 11:39:36 +0900
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-09 23:37:57 +0200
commit476081511a2064eb3b261018c5149c128ab8415a (patch)
tree23b659cbfcde447b45e928eacb3ee934b0a63a19 /meta-rcar-gen3/recipes-bsp
parent20e27838486bc2497249398d4342debc11654fff (diff)
Upgrade to pyro
u-boot: Add LICENSE and S variable - two variables are removed in upstream include files. weston: Add 1.11.0 recipe wayland-kms: Add wayland-native dependency - To use wayland-scanner, wayland-native should be in DEPENDS. gstreamer1.0-plugin-vspfilter: Add pkgconfig.bbclass v2 (jsmoeller): - fix weston dependencies on pyro (RecipeSpecificSysroot) - downgrade wayland-ivi-extension alongside weston version Bug-AGL: SPEC-646 Change-Id: I70fbdde2a67d7220e18efda7f6a5a9d5b59981df Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp')
-rw-r--r--meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
index 6f7926b..e46f958 100644
--- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
+++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
@@ -5,10 +5,12 @@ DEPENDS += "dtc-native"
UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git"
BRANCH = "v2015.04/rcar-3.5.3"
+LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
SRC_URI = "${UBOOT_URL};branch=${BRANCH}"
SRCREV = "058edfcb95d8d1b58403bbe81e0507924b4b2fb8"
+S = "${WORKDIR}/git"
PV = "v2015.04+git${SRCPV}"