All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [OE-Core] tzdata: only the timezone subpackage tzdata-core is retained
@ 2023-12-11  3:39 Lizhi Xu
  2023-12-11 11:02 ` Alexandre Belloni
  2023-12-13  8:49 ` Marko, Peter
  0 siblings, 2 replies; 4+ messages in thread
From: Lizhi Xu @ 2023-12-11  3:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: anca.mihalache

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 <lizhi.xu@windriver.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-13  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  3:39 [PATCH] [OE-Core] tzdata: only the timezone subpackage tzdata-core is retained Lizhi Xu
2023-12-11 11:02 ` Alexandre Belloni
2023-12-13  8:36   ` Lizhi Xu
2023-12-13  8:49 ` Marko, Peter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.