All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] u-boot: make rock-pi-e patches only for rock-pi-e
@ 2024-01-24 17:51 Trevor Woerner
  2024-01-24 17:56 ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2024-01-24 17:51 UTC (permalink / raw)
  To: yocto

The U-Boot patches that were added recently are only for the rock-pi-e
MACHINE, therefore only apply them when building for rock-pi-e.

Fixes: b5bba3a01197 ("rock-pi-e: apply upstream PHY fix")
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-bsp/u-boot/u-boot%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend
index 292530c5ad40..f8378d91ce68 100644
--- a/recipes-bsp/u-boot/u-boot%.bbappend
+++ b/recipes-bsp/u-boot/u-boot%.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
-SRC_URI += " \
+SRC_URI:append:rock-pi-e = " \
 	file://PATCH_1-2_net_designware_Reset_eth_phy_before_phy_connect.patch \
 	file://PATCH_2-2_rockchip_rk3328-rock-pi-e_Enable_DM_ETH_PHY_and_PHY_REALTEK.patch \
 	"
-- 
2.43.0.76.g1a87c842ece3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-25  2:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <17AD59E5EC73CFB5.23445@lists.yoctoproject.org>
2024-01-25  2:01 ` [yocto] [meta-rockchip][PATCH] u-boot: make rock-pi-e patches only for rock-pi-e Trevor Woerner
2024-01-24 17:51 Trevor Woerner
2024-01-24 17:56 ` [yocto] " Quentin Schulz
2024-01-24 18:21   ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.