mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
u-boot-rockchip: update require path
The oe-core recipe was updated (2017.07 -> 2017.09), this recipe needed to be updated to suit. However, this u-boot (from rockchip) is at version 2017.07. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
3e32eb4cb1
commit
76f520fb55
|
@ -4,7 +4,7 @@
|
|||
# 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.07.inc
|
||||
require recipes-bsp/u-boot/u-boot-common_2017.09.inc
|
||||
|
||||
DESCRIPTION = "Rockchip next-dev U-Boot"
|
||||
COMPATIBLE_MACHINE = "(firefly-rk3288|rock2-square)"
|
||||
|
@ -16,7 +16,7 @@ SRC_URI = " \
|
|||
file://binutils-2.28-ld-fix.patch \
|
||||
"
|
||||
SRCREV = "${AUTOREV}"
|
||||
PV = "v2017.05+git${SRCPV}"
|
||||
PV = "v2017.07+git${SRCPV}"
|
||||
|
||||
do_compile_append () {
|
||||
# copy to default search path
|
||||
|
|
Loading…
Reference in New Issue
Block a user