bitbake, a little help please

martinoff

Vu+ Newbie
hi
i have successfully build an image for vuduo from makefile
after some reading on openembedded wiki and bitbake
make some changes in bootlogo.bb and skin, i clean this with
Code:
bitbake -b bla-02.bb -c clean
after that build them again
Code:
bitbake -b bla-02.bb
all works without error
try to build again the images with
Code:
bitbake -b ../enigma2-image.bb
again it is build without error but my bootlogo is default and not the one i build
what i am doing wrong ?
is this way the right one or i have to made all the changes and build the image from begining ?
how we can make change in the image, with plugins of my choice etc ?

with debian testing (python2.6.7) in the first try of building the image i get some error for python_2.6.6.bb but if i run again the bitbake then compile the image successfully and without errors
 
Hi,

i'm new in Vu+ compilation, i'm learning ;)
But what i understand, it' that you have to built vuplus-image with :
Code:
bitbake -c build vuplus-image

Because, it have to rebuilt the "rootfs" with modified files and then it will create the jffs2 files, bin file, vmlinux file and then make the nfi file.
 
Back
Top