- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi everyone,
I'm using http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/about/ meta-intel-edison - Layer for the Intel Edison Development Platform image and 3.10.98 kernel version,I want to install some package to intel edison arduino expansion board,I'm following the below steps using bsp guide,
1)cd meta_workspace/meta-intel-edison
git clone https://github.com/openembedded/meta-openembedded.git
cd meta-openembedded
git checkout daisy
2)In meta_workspace/out/linux64/build/conf/bblayers.conf I appended
BBLAYERS ?= " \
[..]
/home/radhika/meta_workspace/meta-intel-edison/meta-openembedded/
\ "
3)In meta_workspace/meta-intel-edison/meta-intel-edison-distro/recipes-core/images/edison-image.bb
IMAGE_INSTALL += "libnl"
IMAGE_INSTALL += "apt-get"&# 157;
IMAGE_INSTALL += "pciutils"&# 157;&# 157;
4)make edison-image
But I'm getting the error as below?Can you please help me in installing the packages I need.??
Thanks and Regards,
Radhika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Radhika.k,
You should remember that when you create a custom recipe and you want to add a package to it, you should use the correct name of the package. I mean, Yocto is based on OpenEmbedded and you should use the OpenEmbedded notation and not the Debian notation for the names. Check that you are using the appropriate name for the packages you'd like to add. I suggest you to read section 5.2 of Yocto's Mega Manual ( http://www.yoctoproject.org/docs/1.7.2/mega-manual/mega-manual.html).
There is another way to add packages to the image which sometimes is simpler, this is using menuconfig. In case you are interested in this method I suggest you to read section 5.7.1 of Yocto's Mega Manual ( http://www.yoctoproject.org/docs/1.7.2/mega-manual/mega-manual.html).
I hope this information is of help.
-Peter.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Radhika.k,
You should remember that when you create a custom recipe and you want to add a package to it, you should use the correct name of the package. I mean, Yocto is based on OpenEmbedded and you should use the OpenEmbedded notation and not the Debian notation for the names. Check that you are using the appropriate name for the packages you'd like to add. I suggest you to read section 5.2 of Yocto's Mega Manual ( http://www.yoctoproject.org/docs/1.7.2/mega-manual/mega-manual.html).
There is another way to add packages to the image which sometimes is simpler, this is using menuconfig. In case you are interested in this method I suggest you to read section 5.7.1 of Yocto's Mega Manual ( http://www.yoctoproject.org/docs/1.7.2/mega-manual/mega-manual.html).
I hope this information is of help.
-Peter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I'm glad to help. If you have any other questions, don't hesitate to come back to the community.
-Peter.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page