I am building a yocto image to run on a network device, and I need to have
yum installed in the image. Is this even possible? I would also like to
have the epel-release repository available in my image.
Thanks,
Mark
--
___
yocto mailing list
yocto@yoct
I am trying to build
http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/desktop-file-utils/
into my image.
My local.conf has IMAGE_INSTALL_append = " desktop-file-utils-native"
and bblayers.conf has
BBLAYERS ?= " \
/yocto/poky/meta \
/yocto/poky/meta-poky \
/yocto/poky/me
erun and all succeeded.
It seems to me that yocto is NOT picking up my new layer. I am sure that I
have missed something, but I read the docs 3 times, and can't find anything
I missed.
Thanks for your help,
Mark
On Mon, Oct 2, 2017 at 3:58 PM, Mark Hieber wrote:
>
> Hi, I am just starti
Hi, I am just starting out with yocto, and I have an issue. I followed the
steps in
http://www.yoctoproject.org/docs/2.3.2/mega-manual/mega-manual.html#creating-a-general-layer-using-the-yocto-layer-script,
create meta-mylayer (in the /yocto/poky directory),
#/yocto/poky tree meta-mylayer/
meta-