diff mbox series

packagegroup-base.bb: Enable hostapd for WiFi SAP configuration

Message ID 20250404103901.3644174-1-quic_bpothuno@quicinc.com
State New
Headers show
Series packagegroup-base.bb: Enable hostapd for WiFi SAP configuration | expand

Commit Message

Balaji Pothunoori (QUIC) April 4, 2025, 10:39 a.m. UTC
This change is to enable hostapd for WiFi SAP configurations.

Signed-off-by: Balaji Pothunoori <quic_bpothuno@quicinc.com>
---
 meta/recipes-core/packagegroups/packagegroup-base.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Mathieu Dubois-Briand April 4, 2025, 4:55 p.m. UTC | #1
On Fri Apr 4, 2025 at 12:39 PM CEST, Balaji Pothunoori via lists.openembedded.org wrote:
> This change is to enable hostapd for WiFi SAP configurations.
>
> Signed-off-by: Balaji Pothunoori <quic_bpothuno@quicinc.com>
> ---
>  meta/recipes-core/packagegroups/packagegroup-base.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
> index cb9d1f07af51..e0a021fc6091 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-base.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
> @@ -262,6 +262,7 @@ RDEPENDS:packagegroup-base-wifi = "\
>      iw \
>      wireless-regdb-static \
>      ${WIRELESS_DAEMON} \
> +    hostapd \

Hi,

I believe this is not possible, as the hostapd package is not part of
openembedded-core but meta-openembedded. This change, if it has to be
made, should be made in meta-openembedded.
Balaji Pothunoori (QUIC) April 7, 2025, 9:05 a.m. UTC | #2
> -----Original Message-----
> From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> Sent: Friday, April 4, 2025 10:26 PM
> To: Balaji Pothunoori (QUIC) <quic_bpothuno@quicinc.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] packagegroup-base.bb: Enable hostapd for
> WiFi SAP configuration
> 
> On Fri Apr 4, 2025 at 12:39 PM CEST, Balaji Pothunoori via
> lists.openembedded.org wrote:
> > This change is to enable hostapd for WiFi SAP configurations.
> >
> > Signed-off-by: Balaji Pothunoori <quic_bpothuno@quicinc.com>
> > ---
> >  meta/recipes-core/packagegroups/packagegroup-base.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb
> > b/meta/recipes-core/packagegroups/packagegroup-base.bb
> > index cb9d1f07af51..e0a021fc6091 100644
> > --- a/meta/recipes-core/packagegroups/packagegroup-base.bb
> > +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
> > @@ -262,6 +262,7 @@ RDEPENDS:packagegroup-base-wifi = "\
> >      iw \
> >      wireless-regdb-static \
> >      ${WIRELESS_DAEMON} \
> > +    hostapd \
> 
> Hi,
> 
> I believe this is not possible, as the hostapd package is not part of
> openembedded-core but meta-openembedded. This change, if it has to be
> made, should be made in meta-openembedded.
> 
Apologies for the confusion. Both the meta-openembedded and openembedded-core folders are present in my workspace,
so, I didn't encounter any compilation issues. Kindly ignore this change.

"> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
diff mbox series

Patch

diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index cb9d1f07af51..e0a021fc6091 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -262,6 +262,7 @@  RDEPENDS:packagegroup-base-wifi = "\
     iw \
     wireless-regdb-static \
     ${WIRELESS_DAEMON} \
+    hostapd \
 "
 
 RRECOMMENDS:packagegroup-base-wifi = "\