This removes duplicated variables that are already defined in u-boot.inc. Signed-off-by: Romain Perier <[email protected]> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rockchip_git.bb index d3e3168..9363bee 100644 --- a/recipes-bsp/u-boot/u-boot-rockchip_git.bb +++ b/recipes-bsp/u-boot/u-boot-rockchip_git.bb @@ -1,12 +1,11 @@ # Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd # Copyright (C) 2017 Trevor Woerner <[email protected]> +# Copyright (C) 2017 Romain Perier <[email protected]> # Released under the MIT license (see COPYING.MIT for the terms) require recipes-bsp/u-boot/u-boot.inc DESCRIPTION = "Rockchip next-dev U-Boot" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" COMPATIBLE_MACHINE = "(firefly-rk3288)" DEPENDS = "dtc-native bc-native" @@ -17,7 +16,6 @@ SRC_URI = " \ " SRCREV = "${AUTOREV}" PV = "v2017.05+git${SRCPV}" -S = "${WORKDIR}/git" do_compile_append () { # copy to default search path -- 1.8.3.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
