[yocto] Install package in deploy/deb

2015-01-27 Thread Cleiton Bueno
I have a package .deb in deploy/deb/all/xyz.deb is possible to install it with ROOTFS_POSTPROCESS_COMMAND? -- *Att,Cleiton Bueno* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Install package in deploy/deb

2015-01-27 Thread Aníbal Limón
Hi Cleiton, If you are buildling core-image-{sato, minimal}, for install you need to add into local.conf: CORE_IMAGE_EXTRA_INSTALL += xyz Please read the documentation, http://www.yoctoproject.org/docs/1.7.1/dev-manual/dev-manual.html#usingpoky-extend-customimage Kind regards, alimon

[yocto] Install package in deploy/deb

2015-01-27 Thread Cleiton Bueno
My package is in tmp/deploy/deb/ {in all directories} I've tried with CORE_IMAGE_EXTRA_INSTALL - failed This package is private and contains data and structure to be unpacked and attached to tmp /work/.../rootf /that is generated I tried several settings and documentation without success,