u-boot-rockchip: rename patch dir

Make the location of the u-boot-rockchip patches recipe-specific.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-04-27 12:13:45 -04:00
parent d9a545e830
commit d4bcaf1819
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd # Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms) # Released under the MIT license (see COPYING.MIT for the terms)
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
include u-boot-rockchip.inc include u-boot-rockchip.inc
TAG = "release-${PV}" TAG = "release-${PV}"