Removes the u-boot-rockchip recipe. Upstream oe-core has dropped support for Python2, which is required to build this recipe. It appears that no machines are actually using it anymore, so it can be removed.
Signed-off-by: Joshua Watt <[email protected]> --- .../u-boot-rockchip/binutils-2.28-ld-fix.patch | 13 ------------- recipes-bsp/u-boot/u-boot-rockchip_20171218.bb | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch delete mode 100644 recipes-bsp/u-boot/u-boot-rockchip_20171218.bb diff --git a/recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch b/recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch deleted file mode 100644 index b3f6795..0000000 --- a/recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: git/arch/arm/config.mk -=================================================================== ---- git.orig/arch/arm/config.mk -+++ git/arch/arm/config.mk -@@ -89,7 +89,7 @@ PLATFORM_LIBS := arch/arm/lib/eabi_compa - endif - - # needed for relocation --LDFLAGS_u-boot += -pie -+LDFLAGS_u-boot += -N -pie - - # - # FIXME: binutils versions < 2.22 have a bug in the assembler where diff --git a/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb b/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb deleted file mode 100644 index 4545f13..0000000 --- a/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd -# Released under the MIT license (see COPYING.MIT for the terms) - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -include u-boot-rockchip.inc - -TAG = "release-${PV}" -SRC_URI = " \ - git://github.com/rockchip-linux/u-boot.git;tag=${TAG};nobranch=1; \ - file://binutils-2.28-ld-fix.patch \ -" -S = "${WORKDIR}/git" -- 2.24.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48081): https://lists.yoctoproject.org/g/yocto/message/48081 Mute This Topic: https://lists.yoctoproject.org/mt/69970221/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
