[meta-freescale] hostapd and other packages with yocto for imx6sl-evk

Daiane Angolini daiane.list at gmail.com
Mon Sep 1 07:06:55 PDT 2014


On Mon, Sep 1, 2014 at 3:37 AM, jags gediya <jags.gediya at gmail.com> wrote:
> I am adding packages on core-image-minimal according to my requirement
> for imx6sl based custom board.
>
> For that i am changing the below file.
> poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
>
> I have made below changes,
>
> RDEPENDS_${PN} = "\
>     base-files \
>     base-passwd \
>     busybox \
>     .
>     .
>     ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
>     iperf \
>     uim \
>     bt-firmware \
>     bluez5 \
>     pulseaudio \
>     wpa-supplicant \
>     wireless-tools"
>
> But i am not able to get pulseaudio in my file-system. What can be the reason?

I am not used with pulseaudio, maybe you need a specific tool, not
"pulseaudio" which should already being there, as it's the default for
DISTRO_FEATURE (if I remember it right)

Try take a look on this
http://layers.openembedded.org


>
> About hostapd,
>
> I am not able to find hostapd package bb file inside poky directory.
> although hostapd is available inside meta-openembedded, but when i am
> trying to add that package, i am getting the error.
>
> How can i enable hostapd in yocto image.

I think you should update bblayer.conf

>
> I am building yocto for imx6sl-evk based custom board.

It should not be a problem, if you made the machine conf file based on
imx6slevk board.


Daiane


More information about the meta-freescale mailing list