Possibly this is not quite correct forum for my question. However, most
likely you know the correct answer.

I try to patch u-boot-denx for beaglebone with procedures below:

1) bitbake -f -c patch u-boot-denx
2) source editions in workdir
3) bitbake -f -c compile u-boot-denx

What happens is that command at 3) executes:
do_patch
do_configure and
do_compile.

As a consequence editions are lost. I also tested just:
bitbake -f -c patch u-boot-denx
bitbake -f -c configure u-boot-denx
resulting:
do_patch
do_patch
do_configure

Running commands below:
bitbake -f -c patch u-boot-denx
bitbake -f -c configure u-boot-denx
bitbake -f -c configure u-boot-denx
Gave tasks below:
do_patch
do_patch
do_configure
do_configure

Now the question:
Is there any trick to make those edition after patching so that patching is
not run again by following do_configure?

best regards,
Matti
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to