From d4bcaf1819bb3071842f1eae5be7d2918c2ed5c5 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 27 Apr 2018 12:13:45 -0400 Subject: [PATCH] u-boot-rockchip: rename patch dir Make the location of the u-boot-rockchip patches recipe-specific. Signed-off-by: Trevor Woerner --- .../{files => u-boot-rockchip}/binutils-2.28-ld-fix.patch | 0 recipes-bsp/u-boot/u-boot-rockchip_20171218.bb | 2 ++ 2 files changed, 2 insertions(+) rename recipes-bsp/u-boot/{files => u-boot-rockchip}/binutils-2.28-ld-fix.patch (100%) diff --git a/recipes-bsp/u-boot/files/binutils-2.28-ld-fix.patch b/recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch similarity index 100% rename from recipes-bsp/u-boot/files/binutils-2.28-ld-fix.patch rename to recipes-bsp/u-boot/u-boot-rockchip/binutils-2.28-ld-fix.patch diff --git a/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb b/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb index 420193d..4545f13 100644 --- a/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb +++ b/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb @@ -1,6 +1,8 @@ # 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}"