diff mbox series

base-files: only show usage warning for poky

Message ID 20240223162423.1873523-1-dan.mcgregor@usask.ca (mailing list archive)
State New
Headers show
Series base-files: only show usage warning for poky | expand

Commit Message

Dan McGregor Feb. 23, 2024, 4:24 p.m. UTC
meta-poky may be included with any configuration based on poky,
not just those using it as its distribution. Only apply the motd
warning to the poky distro and its derivatives.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta-poky/recipes-core/base-files/base-files_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-poky/recipes-core/base-files/base-files_%.bbappend b/meta-poky/recipes-core/base-files/base-files_%.bbappend
index 8802adbb46b..480f568f7b4 100644
--- a/meta-poky/recipes-core/base-files/base-files_%.bbappend
+++ b/meta-poky/recipes-core/base-files/base-files_%.bbappend
@@ -1 +1 @@ 
-FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS:prepend:poky := "${THISDIR}/files:"