[yocto] Adding support for yum in a yocto image

2017-10-05 Thread Mark Hieber
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

[yocto] Another question about yocto

2017-10-04 Thread Mark Hieber
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

Re: [yocto] problem adding first layer to yocto

2017-10-02 Thread Mark Hieber
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

[yocto] problem adding first layer to yocto

2017-10-02 Thread Mark Hieber
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-