buildroot creating jffs filesytem too early...

Peter Korsgaard jacmet at sunsite.dk
Thu May 25 05:09:19 UTC 2006


>>>>> "Clem" == Clem Taylor <clem.taylor at gmail.com> writes:

Hi,

 Clem> It seems that the order that things are built is currently dumb luck.

Well, kinda - it's according to the order of the includes in the
toplevel makefile.

 Clem> This issue has been fixed in some other buildroot based trees
 Clem> (gumstix, openwrt) by adding a TARGET_FS flag, having all the *root.mk
 Clem> files use TARGET_FS instead of TARGETS and making TARGET_FS the last
 Clem> world dependency.

That's a solution. Another is to simply include the
target/device/... makefiles before the target/*/*.mk (file system)
makefiles, or simply add a dependency on the file system to your
target/device/../linux.mk like:

$(JFFS2_TARGET): $(LINUX_KERNEL)

-- 
Bye, Peter Korsgaard



More information about the uClibc mailing list