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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192141): https://lists.openembedded.org/g/openembedded-core/message/192141 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]] -=-=-=-=-=-=-=-=-=-=-=-
