Jump to content


Photo

Building own image does not work att all anymore.


  • Please log in to reply
3 replies to this topic

#1 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 1 October 2014 - 16:53

I always build my own image.

 

But since the last time I builded from scratch till now a lot changed.

 

Now I You build own image and have in my-image.bb

 

require ../../../meta-openpli/recipes-openpli/images/openpli-enigma2-feed.bb

 

The image seems to build but there is simply no image present into the final ..../build/tmp/deploy/images/vuduo2/

 

What is happening ???



Re: Building own image does not work att all anymore. #2 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 1 October 2014 - 18:17

I have no problem, build today a complete new image. Bitbake doesn't show a build error?


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Building own image does not work att all anymore. #3 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 1 October 2014 - 18:20

sory it does not put an error anymore , It just not build the image whitout error.

 

The changes into recipes on

 

Re-organize image and feed recipe

 

http://sourceforge.n...ad11a79bb0f5b9/

 

Needs to be revert as it just do not work out at all anymore.



Re: Building own image does not work att all anymore. #4 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 1 October 2014 - 20:23

problem solved due to changes, an image can't be build anymore by openpli-enigma2-feed. Must be build by openpli-enigma2-image  and feeds build after.

 

If You make You're personal image set openpli-enigma2-image in the required (instead off feed)

 

and add openpli-enigma2-feed to depends.

 

example

 

before it was to have a personal image with feeds. Just an example.

# This recipe bakes an image close to the old MiLo-image
# It also serves as an example of how you can arrange
# for extra components to be preinstalled while remaining
# compatible with the central repository.

require ../../../meta-openpli/recipes-openpli/images/openpli-enigma2-feed.bb

IMAGE_INSTALL += "\
	enigma2-plugin-softcams-oscamcvr-vuduo2 \
	enigma2-plugin-extensions-systemtools \
	enigma2-plugin-settings-cvr-channels \
"

# To get things in the local feed, like settings
DEPENDS += "\
	softcamscvr-enigma2-meta \
	"

Now it is to have same build

# This recipe bakes an image close to the old MiLo-image
# It also serves as an example of how you can arrange
# for extra components to be preinstalled while remaining
# compatible with the central repository.

require ../../../meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb

IMAGE_INSTALL += "\
	enigma2-plugin-softcams-oscamcvr-vuduo2 \
	enigma2-plugin-extensions-systemtools \
	enigma2-plugin-settings-cvr-channels \
"

# To get things in the local feed, like settings
DEPENDS += "\
	softcamscvr-enigma2-meta \
        openpli-enigma2-feed \
	"

Edited by christophecvr, 1 October 2014 - 20:28.



2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users