> What I want is three things: > 1) The 'mkimage' target must be done in such a fashion that it will > never run into a 'cannot execute' problem. My suggestion is to have the > Makefile do a: > @chmod +x mkimage.sh > Or so. In 2.5/2.6, the build system will handle this for you, > automagically, on .sh files I believe. For 2.4, you must handle this > explicitly.
In 2.6 you need to locate the script in scripts/ and add it to the makefile to make this happen. Do not do that. Best way IMO is to use: $(CONFIG_SHELL) mkimage.sh This works in both 2.4 and 2.6. > 2) Do we really need 'pImage' and 'uImage' or can we just have 'uImage' Please kill pImage. PPCBOOT is dead, we shall focus on "Das U-boot". Sam ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/