[poky][PATCH] poky-tiny: correct override syntax in poky-tiny.conf
Peter Marko <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Peter Marko <[email protected]> it's a comment but should be anyway migrated to new override syntax Signed-off-by: Peter Marko <[email protected]> --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 20c13e6f60..075702a32c 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -39,7 +39,7 @@ TCLIBC = "musl" FULL_OPTIMIZATION = "-Os" # FIXME: consider adding a new "tiny" feature -#DISTRO_FEATURES_append = " tiny" +#DISTRO_FEATURES:append = " tiny" # Distro config is evaluated after the machine config, so we have to explicitly # set the kernel provider to override a machine config.