[Buildroot] [Bug 3115] How about board specific makefiles?
bugzilla at busybox.net
bugzilla at busybox.net
Wed Jan 19 10:39:09 UTC 2011
https://bugs.busybox.net/show_bug.cgi?id=3115
--- Comment #1 from Peter Korsgaard <jacmet at uclibc.org> ---
You can do that kind of stuff with the POST_BUILD_SCRIPT option today. E.G. add
a script in your board/<board>/ directory to do the copy, and adjust your
defconfig to use it. The script get called with TARGET_DIR as argument, so you
could get from there to the images directory.
Notice that this script is run before the filesystems are created, so this
doesn't work to rename filesystem images.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the buildroot
mailing list