diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:35:17 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:35:52 +0000 |
| commit | 382bf579ad2c5e5a034836ae2942d347ee0f0133 (patch) | |
| tree | 0883831157784e09a329fea48e71f18a92ee83d7 | |
| parent | 6a79d6f9eb790a9ab7c3176543807e629dd7b5ba (diff) | |
| download | poky-382bf579ad2c5e5a034836ae2942d347ee0f0133.tar.gz | |
poky-tiny: Drop obsolete/broken comment
The comment is obsolete and contains old override syntax, drop it.
(From meta-yocto rev: f6aee8290359404d9d782313ffb213b5f6c28a55)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 20c13e6f60..d3c0a781e4 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
| @@ -38,9 +38,6 @@ TCLIBC = "musl" | |||
| 38 | 38 | ||
| 39 | FULL_OPTIMIZATION = "-Os" | 39 | FULL_OPTIMIZATION = "-Os" |
| 40 | 40 | ||
| 41 | # FIXME: consider adding a new "tiny" feature | ||
| 42 | #DISTRO_FEATURES_append = " tiny" | ||
| 43 | |||
| 44 | # Distro config is evaluated after the machine config, so we have to explicitly | 41 | # Distro config is evaluated after the machine config, so we have to explicitly |
| 45 | # set the kernel provider to override a machine config. | 42 | # set the kernel provider to override a machine config. |
| 46 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | 43 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" |
