* [Buildroot] svn commit: trunk/buildroot: target
@ 2007-01-28 17:35 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-01-28 17:35 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-01-28 09:35:11 -0800 (Sun, 28 Jan 2007)
New Revision: 17604
Log:
- make sure to add board specific targets before the final generation of the filesystems/tarballs.
Until now, we did created the fs and only after that built/installed grub et al
Modified:
trunk/buildroot/Makefile
trunk/buildroot/target/Makefile.in
Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile 2007-01-28 16:59:30 UTC (rev 17603)
+++ trunk/buildroot/Makefile 2007-01-28 17:35:11 UTC (rev 17604)
@@ -67,7 +67,6 @@
# in the .config file.
include toolchain/*/*.mk
include package/*/*.mk
-include target/*/*.mk
# target stuff is last so it can override anything else
include target/Makefile.in
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in 2007-01-28 16:59:30 UTC (rev 17603)
+++ trunk/buildroot/target/Makefile.in 2007-01-28 17:35:11 UTC (rev 17604)
@@ -1,3 +1,4 @@
+# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in
include target/device/Makefile.in
include target/x86/Makefile.in
@@ -3,2 +4,4 @@
include target/arm/Makefile.in
include target/powerpc/Makefile.in
+# and finally build the filesystems/tarballs
+include target/*/*.mk
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target
@ 2007-09-25 8:01 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-09-25 8:01 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-25 01:01:15 -0700 (Tue, 25 Sep 2007)
New Revision: 20002
Log:
- factor arch/cpu setting out into separate include file
Added:
trunk/buildroot/target/arch.in
Modified:
trunk/buildroot/Config.in
Changeset:
Sorry, the patch is too large to include (1334 lines).
Please use ViewCVS to see it!
http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=20002
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target
@ 2009-02-04 12:47 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2009-02-04 12:47 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-02-04 12:47:13 +0000 (Wed, 04 Feb 2009)
New Revision: 25234
Log:
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.
Modified:
trunk/buildroot/Config.in
trunk/buildroot/target/Config.in
Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in 2009-02-04 00:01:07 UTC (rev 25233)
+++ trunk/buildroot/Config.in 2009-02-04 12:47:13 UTC (rev 25234)
@@ -116,18 +116,6 @@
build_ARCH -> build_ARCH_[SUFFIX]
toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX]
-config BR2_ROOTFS_PREFIX
- string "Custom root fs prefix"
- default "rootfs"
- help
- Add a custom string to the beginning of the root file system name.
-
-config BR2_ROOTFS_SUFFIX
- string "Custom root fs suffix"
- default ""
- help
- Add a custom string to the end of the root file system name.
-
config BR2_GNU_BUILD_SUFFIX
string "GNU build hostname suffix"
default "pc-linux-gnu"
Modified: trunk/buildroot/target/Config.in
===================================================================
--- trunk/buildroot/target/Config.in 2009-02-04 00:01:07 UTC (rev 25233)
+++ trunk/buildroot/target/Config.in 2009-02-04 12:47:13 UTC (rev 25234)
@@ -1,5 +1,17 @@
menu "Target filesystem options"
+config BR2_ROOTFS_PREFIX
+ string "Custom root fs prefix"
+ default "rootfs"
+ help
+ Add a custom string to the beginning of the root file system name.
+
+config BR2_ROOTFS_SUFFIX
+ string "Custom root fs suffix"
+ default ""
+ help
+ Add a custom string to the end of the root file system name.
+
comment "filesystem for target device"
source "target/cramfs/Config.in"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-04 12:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-28 17:35 [Buildroot] svn commit: trunk/buildroot: target aldot at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-09-25 8:01 aldot at uclibc.org
2009-02-04 12:47 jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox