Building XBMC image problem – lxc is unbuildable

Home Forums i.MX6 XBMC support Building XBMC image problem – lxc is unbuildable

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #842
    Ondryk
    Guest

    Hi 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
    Ondrej

    #845
    stephan
    Keymaster

    Hi

    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
    Stephan

    #850
    Ondryk
    Guest

    Thank 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,
    Ondrej

    #864
    Will
    Guest

    Stephan,

    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?

    #878
    Ondryk
    Guest

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘i.MX6 XBMC support’ is closed to new topics and replies.