JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
114 stars 86 forks source link

Add u-boot-rockchip patch to SRC_URI #76

Closed przemoch-dev closed 11 months ago

przemoch-dev commented 11 months ago

Default u-boot from mirrors has -Werror flag, that makes compiling raise error on warnings.

The patch is already in the repo since oct 2019 (c47d8ea), but it has never been used.

przemoch-dev commented 11 months ago

75

JeffyCN commented 11 months ago

hmm, could you try:

+++ b/recipes-bsp/u-boot/u-boot-rockchip.bb
@@ -1,7 +1,7 @@
 # Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
 # Released under the MIT license (see COPYING.MIT for the terms)

-PATCHPATH = "${CURDIR}/u-boot"
+PATCHPATH = "${CURDIR}/u-boot-rockchip"
 inherit auto-patch
JeffyCN commented 11 months ago

should be fixed now