Please follow https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity
On 11/12/2023 11:39:27+0800, Xu, Lizhi via lists.openembedded.org wrote: > To reduce the size of rootfs, the subpackages contained in tzdata.bb will now > default to only retaining tzdata-core. > > tzdata.bb by default pulls in all possible timezone data packages which > increases > size of the final root filesystem considerably. > The customer would like to have extra timezones configurable so that only > tzdata-core is chosen by default and rest of the zones are optional. > > Signed-off-by: Lizhi Xu <[email protected]> > --- > meta/recipes-extended/timezone/tzdata.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-extended/timezone/tzdata.bb > b/meta/recipes-extended/timezone/tzdata.bb > index dd1960ffa7..7b1d4fd460 100644 > --- a/meta/recipes-extended/timezone/tzdata.bb > +++ b/meta/recipes-extended/timezone/tzdata.bb > @@ -201,4 +201,4 @@ CONFFILES:tzdata-core = "${sysconfdir}/localtime > ${sysconfdir}/timezone" > > ALLOW_EMPTY:${PN} = "1" > > -RDEPENDS:${PN} = "${TZ_PACKAGES}" > +RDEPENDS:${PN} = "tzdata-core" > -- > 2.43.0 > > > > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192162): https://lists.openembedded.org/g/openembedded-core/message/192162 Mute This Topic: https://lists.openembedded.org/mt/103102817/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
