Home › Forums › i.MX6 XBMC support › Building XBMC image problem – lxc is unbuildable
- This topic has 11 replies, 2 voices, and was last updated 8 years, 7 months ago by
.
-
AuthorPosts
-
May 8, 2014 at 15:52 #842
Ondryk
GuestHi Stephan,
I’ve tried to build your XBMC image using information from http://stephan-rafin.net/blog/2013/12/18/build-environment/ using virtualised ubuntu 12.04 (x64). When I run the build, I get the following error:WARNING: Unable to get checksum for weston SRC_URI entry weston.sh: file could not be found################################################################### | ETA: 00:00:33 WARNING: Unable to get checksum for linux-boundary SRC_URI entry defconfig: file could not be found############################################################################# | ETA: 00:00:06 Parsing recipes: 100% |##############################################################################################################################################################| Time: 00:03:57 Parsing of 1438 .bb files complete (0 cached, 1438 parsed). 1832 targets, 136 skipped, 0 masked, 0 errors. WARNING: No bb files matched BBFILE_PATTERN_networking-layer '^/home/ondryk/xbmc-bsp/sources/meta-openembedded/meta-networking//' NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'lxc' (but /home/ondryk/xbmc-bsp/sources/meta-stef/recipes-stef/images/xbmc-image.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'lxc' is unbuildable, removing... Missing or unbuildable dependency chain was: ['lxc'] ERROR: Required build target 'xbmc-image' has no buildable providers. Missing or unbuildable dependency chain was: ['xbmc-image', 'lxc'] Summary: There were 3 WARNING messages shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Do you have any advice?
Thank you!
Kind regards
OndrejMay 9, 2014 at 00:30 #845stephan
KeymasterHi
Yes, sorry, I have added lxc to the image and lxc requires the meta-virtualization layer (http://git.yoctoproject.org/git/meta-virtualization)
If you don’t need lxc, you can simply edit sources/meta-stef/recipes-stef/images/xbmc-image.bb and remove the line with “lxc”Best regards
StephanMay 9, 2014 at 16:34 #850Ondryk
GuestThank you. It seems to be working now. 🙂 I have a one question again, if I want to add python and nginx, it can be done using modification of mentioned recipe and add python and nginx there?
Kind regards,
OndrejMay 12, 2014 at 18:25 #864Will
GuestStephan,
I emailed you, but found this page after a quick search. Seems to have gotten past it. One more question: if I wanted to build on the newer Yocto 1.6 base, how would I go about switching to it? Trivial? Or not really?
May 15, 2014 at 15:02 #878Ondryk
GuestHi Stephan,
is it possible to make rpm package only without generating whole image and install it into image via rpm -i? If so, how? I was unable to find this information 🙁
Thank you.
Kind regards
Ondrej -
AuthorPosts
- The forum ‘i.MX6 XBMC support’ is closed to new topics and replies.