diff mbox series

[meta-rockchip,2/2] rename u-boot bbappend

Message ID 20240129012920.23122-2-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip,1/2] allow user-provided WKS_FILE | expand

Commit Message

Trevor Woerner Jan. 29, 2024, 1:29 a.m. UTC
The bbappend provided in this layer only needs to apply to the
u-boot_<version> file itself and not all u-boot files in oe-core.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-bsp/u-boot/{u-boot%.bbappend => u-boot_%.bbappend} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-bsp/u-boot/{u-boot%.bbappend => u-boot_%.bbappend} (100%)

Comments

Quentin Schulz Feb. 5, 2024, 10:31 a.m. UTC | #1
Hi Trevor,

On 1/29/24 02:29, Trevor Woerner via lists.yoctoproject.org wrote:
> The bbappend provided in this layer only needs to apply to the
> u-boot_<version> file itself and not all u-boot files in oe-core.
> 

Well.... We need BL31 and ROCKCHIP_TPL environment variables set, as 
well as the proper dependencies set, and that, for all U-Boot recipes. 
So now I'll have to copy those in my own U-Boot recipe(s) :)

I'm not against the change, just that some parts inside that bbappend 
made sense to apply to more than just u-boot_% recipes :).

Cheers,
Quentin
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
similarity index 100%
rename from recipes-bsp/u-boot/u-boot%.bbappend
rename to recipes-bsp/u-boot/u-boot_%.bbappend