On Sat, Sep 7, 2024 at 1:33 AM Markus Volk via lists.openembedded.org <[email protected]> wrote: > > iwd and ell need to be updated in sync. This is regularly neglected. > Also the fact that they reside in different layers compicates the update > process. >
yes this has happened in past as well. > Beside iwd, there are not a lot of consumers for ell. > if this is the case then, I would like to suggest that either iwd moves to core or ell moves out of core into meta-oe next to iwd. I think ideally it can be deleted but there might be other consumers of ell outside of meta-openembedded layers and core > Building with internal ell makes iwd updates easier > Building with internal ell is fine if its not generating duplicate copies of ell artifacts. Can you confirm what happens when switching between internal and external ell ? > Signed-off-by: Markus Volk <[email protected]> > --- > meta-oe/recipes-connectivity/iwd/iwd_2.20.bb | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb > b/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb > index ffdab0260..16d900ddc 100644 > --- a/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb > +++ b/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb > @@ -3,7 +3,7 @@ HOMEPAGE = "https://iwd.wiki.kernel.org/" > LICENSE = "LGPL-2.1-only" > LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" > > -DEPENDS = "ell" > +DEPENDS = "dbus" > > SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ > > file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ > @@ -24,8 +24,6 @@ PACKAGECONFIG[wired] = "--enable-wired,--disable-wired" > PACKAGECONFIG[ofono] = "--enable-ofono,--disable-ofono" > PACKAGECONFIG[systemd] = > "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd-service,systemd" > > -EXTRA_OECONF = "--enable-external-ell" > - > SYSTEMD_SERVICE:${PN} = " \ > iwd.service \ > ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \ > -- > 2.46.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112114): https://lists.openembedded.org/g/openembedded-devel/message/112114 Mute This Topic: https://lists.openembedded.org/mt/108319324/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
