[yocto] Adding Gnome to X11

2018-02-28 Thread Q . Gouès
Hi, I am trying to add gnome to my x11 image based on the recipe core-image-x11. I am using Poky 2.0 (Jethro). For that, I added the following line to my recipe: /IMAGE_INSTALL += "gnome-desktop3"/ Unfortunately I get the following error: /switch_root: can't execute '/sbin/init': No such

Re: [yocto] Adding Gnome to X11

2018-03-02 Thread Q . Gouès
ecause by doing IMAGE_INSTALL += you wiped out the default value which is a ?=. gnome-desktop3 isn't the GNOME interface though, it's just a small library. If you want the full GNOME 3 desktop then you'll need to start with meta-gnome and write more recipes, as it's not entirely packaged. Ross On 28

[yocto] RDEPENDS error for itstool recipe

2018-12-17 Thread Q . Gouès
Hi, I am trying to create the recipe for the package itstool (available https://github.com/itstool/itstool) for Yocto. Here is my recipe file (itstool_git.bb): -- SUMMARY =