[poky][PATCH] base-files: only show usage warning for poky
Dan McGregor <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-poky/recipes-core/base-files/base-files_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" -- 2.41.0