This adds the inclusion of u-boot-common_2017.01.inc and removes duplicated variables that are already defined by this file.
Signed-off-by: Romain Perier <[email protected]> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 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..094dbe1 100644 --- a/recipes-bsp/u-boot/u-boot-rockchip_git.bb +++ b/recipes-bsp/u-boot/u-boot-rockchip_git.bb @@ -1,12 +1,12 @@ # 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 +require recipes-bsp/u-boot/u-boot-common_2017.01.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 +17,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
