ds-hwang / wiki

wiki about chromium and etc.
162 stars 23 forks source link

May need to add meta-gnome to resolve error regarding to gnome.bb #1

Open hyunkim9123 opened 8 years ago

hyunkim9123 commented 8 years ago

Hi, While following your instruction, I saw an error below "ERROR: No recipes available for: /home/paul/browser-yocto/poky/meta-browser/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend" Adding meta-openembedded/meta-oe and meta-openembedded/meta-gnome in bblayers.conf resolved this problem.

gbucas commented 8 years ago

Thanks Paul - THAT was very useful...! I had the same problem. you may want to add that besides adding that to bblayers.conf one also needs to clone the repository for "openembedded" as follows: git clone -b master git://git.openembedded.org/meta-openembedded

may not be obvious to others. .