All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip PATCH 0/2] bsp: rkbin: fix build issues around S and WORKDIR
@ 2025-06-25 12:07 Quentin Schulz
  2025-06-25 12:07 ` [meta-rockchip PATCH 1/2] bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core Quentin Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Quentin Schulz @ 2025-06-25 12:07 UTC (permalink / raw)
  To: yocto-patches; +Cc: Quentin Schulz

Since commit 46480a5e6674 ("insane/do_qa_unpack: add checks that ensure
S is set correctly"), three recipes fail to build because they either:

- set S to WORKDIR/git which isn't allowed anymore for git-fetched
  recipes,
- have WORKDIR in S which isn't allowed anymore, UNPACKDIR should be
  used instead,

This fixes the build issues seen on master.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (2):
      bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core
      bsp: rkbin-native: fix build since ${WORKDIR} isn't allowed in S anymore

 recipes-bsp/rkbin/rk3308-rkbin_git.bb          | 2 --
 recipes-bsp/rkbin/rockchip-rkbin-native_git.bb | 2 +-
 recipes-bsp/rkbin/rockchip-rkbin.inc           | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)
---
base-commit: 961768ccd13630a4b98701f5821372a9ede86e85
change-id: 20250625-s-unpackdir-8fee740998d0

Best regards,
-- 
Quentin Schulz <quentin.schulz@cherry.de>



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

end of thread, other threads:[~2025-06-25 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 12:07 [meta-rockchip PATCH 0/2] bsp: rkbin: fix build issues around S and WORKDIR Quentin Schulz
2025-06-25 12:07 ` [meta-rockchip PATCH 1/2] bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core Quentin Schulz
2025-06-25 12:07 ` [meta-rockchip PATCH 2/2] bsp: rkbin-native: fix build since ${WORKDIR} isn't allowed in S anymore Quentin Schulz
2025-06-25 15:53 ` [yocto-patches] [meta-rockchip PATCH 0/2] bsp: rkbin: fix build issues around S and WORKDIR 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.