All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target:  device
@ 2007-02-12 17:42 aldot at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2007-02-12 17:42 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-02-12 09:42:18 -0800 (Mon, 12 Feb 2007)
New Revision: 17866

Log:
- revert incorrect parts from sjhill's r17800 and add some more documentation.
  Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.


Modified:
   trunk/buildroot/target/Makefile.in
   trunk/buildroot/target/device/Makefile.in


Changeset:
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in	2007-02-12 14:43:57 UTC (rev 17865)
+++ trunk/buildroot/target/Makefile.in	2007-02-12 17:42:18 UTC (rev 17866)
@@ -1,13 +1,15 @@
 # make sure to put everything that is board-specific before the tarroot targets
 include target/generic/Makefile.in
+
+# this eventually adds the kernel target to TARGETS:
 include target/device/Makefile.in
 include target/x86/Makefile.in
 include target/arm/Makefile.in
 include target/powerpc/Makefile.in
 # and finally build the filesystems/tarballs
 include target/*/*.mk
+
 # kernel rules
-ifeq ($(BR2_PACKAGE_LINUX),y)
-TARGETS+=linux26
-endif
+# We already did add the kernel target to TARGETS and now just pull in the rules
+# to actually build this target.
 include target/linux*.mk

Modified: trunk/buildroot/target/device/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Makefile.in	2007-02-12 14:43:57 UTC (rev 17865)
+++ trunk/buildroot/target/device/Makefile.in	2007-02-12 17:42:18 UTC (rev 17866)
@@ -1,3 +1,8 @@
 TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
 
 -include target/device/*/Makefile.in
+
+ifeq ($(BR2_PACKAGE_LINUX),y)
+TARGETS+=linux26
+endif
+

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target:  device
@ 2007-07-11 14:40 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2007-07-11 14:40 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-11 07:40:56 -0700 (Wed, 11 Jul 2007)
New Revision: 19064

Log:
Configure linux within target/linux/Config.in instead of within target/device/Config.in

Modified:
   trunk/buildroot/target/Config.in
   trunk/buildroot/target/device/Config.in


Changeset:
Modified: trunk/buildroot/target/Config.in
===================================================================
--- trunk/buildroot/target/Config.in	2007-07-11 14:34:55 UTC (rev 19063)
+++ trunk/buildroot/target/Config.in	2007-07-11 14:40:56 UTC (rev 19064)
@@ -21,4 +21,5 @@
 
 endmenu
 
+source "target/linux/Config.in"
 source "target/device/Config.in"

Modified: trunk/buildroot/target/device/Config.in
===================================================================
--- trunk/buildroot/target/device/Config.in	2007-07-11 14:34:55 UTC (rev 19063)
+++ trunk/buildroot/target/device/Config.in	2007-07-11 14:40:56 UTC (rev 19064)
@@ -1,46 +1,5 @@
 menu "Board Support Options"
 
-config BR2_PACKAGE_LINUX
-	bool "linux kernel"
-	default n
-	help
-	  The Linux kernel.
-	  http://www.kernel.org/
-
-	  Note: Requires kernel-headers >= 2.6.19 since the other
-	        kernel headers are just that (headers) and not full
-		kernels. This is a feature.
-
-config BR2_PACKAGE_LINUX_KCONFIG
-	string ".config file"
-	depends on BR2_PACKAGE_LINUX
-	default ""
-	help
-	  kernel's .config to use to build a kernel for the target.
-
-	  If the above setting is empty, you can change the default
-	  board-imposed value by passing LINUX26_KCONFIG=<path> to
-	  make.
-
-config BR2_PACKAGE_LINUX_FORMAT
-	string "kernel binary format"
-	depends on BR2_PACKAGE_LINUX
-	default ""
-	help
-	  kernel binary format.
-	  Popular values include:
-	  - bzImage
-	  - zImage
-	  and other, architecture dependant formats.
-
-	  Note that the default format is supposed to be set by your
-	  board-description, if any.
-	  i386 and compatible default to bzImage if nothing was given
-	  above.
-	  If the above setting is empty, you can change the default
-	  board-imposed value by passing LINUX26_FORMAT=<string> to
-	  make.
-
 source "target/device/AMD/Config.in"
 source "target/device/Arm/Config.in"
 source "target/device/Atmel/Config.in"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-11 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 17:42 [Buildroot] svn commit: trunk/buildroot/target: device aldot at uclibc.org
2007-07-11 14:40 ulf at uclibc.org

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.