* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2008-09-07 18:58 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-09-07 18:58 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-09-07 11:58:22 -0700 (Sun, 07 Sep 2008)
New Revision: 23357
Log:
module-init-tools: check correct symbol for cross-depmod
Reported by Markus Heidelberg
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2008-09-07 14:31:45 UTC (rev 23356)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2008-09-07 18:58:22 UTC (rev 23357)
@@ -109,7 +109,7 @@
cross-depmod26-dirclean:
rm -rf $(MODULE_INIT_TOOLS_DIR2)
-ifeq ($(strip $(CONFIG_BR2_PACKAGE_LINUX)),y)
+ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
HOST_SOURCE+=module-init-tools-source
endif
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2007-09-22 10:20 aldot at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: aldot at uclibc.org @ 2007-09-22 10:20 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-22 03:20:35 -0700 (Sat, 22 Sep 2007)
New Revision: 19935
Log:
- remove duplicate module-init-tools-source rule
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-09-21 22:48:02 UTC (rev 19934)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-09-22 10:20:35 UTC (rev 19935)
@@ -62,8 +62,6 @@
module-init-tools: uclibc $(MODULE_INIT_TOOLS_TARGET_BINARY)
-module-init-tools-source: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
-
module-init-tools-clean:
$(MAKE) prefix=$(TARGET_DIR)/usr -C $(MODULE_INIT_TOOLS_DIR) uninstall
-$(MAKE) -C $(MODULE_INIT_TOOLS_DIR) clean
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2007-07-31 22:41 ulf at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: ulf at uclibc.org @ 2007-07-31 22:41 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-07-31 15:41:06 -0700 (Tue, 31 Jul 2007)
New Revision: 19370
Log:
Update config for module-init-tools
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-07-31 22:40:13 UTC (rev 19369)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-07-31 22:41:06 UTC (rev 19370)
@@ -20,6 +20,7 @@
$(MODULE_INIT_TOOLS_DIR)/.unpacked: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
$(MODULE_INIT_TOOLS_CAT) $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
toolchain/patch-kernel.sh $(MODULE_INIT_TOOLS_DIR) package/module-init-tools \*.patch
+ $(CONFIG_UPDATE) $(MODULE_INIT_TOOLS_DIR)
touch $(MODULE_INIT_TOOLS_DIR)/.unpacked
$(MODULE_INIT_TOOLS_DIR)/.configured: $(MODULE_INIT_TOOLS_DIR)/.unpacked
@@ -76,6 +77,7 @@
$(MODULE_INIT_TOOLS_DIR2)/.source: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
$(MODULE_INIT_TOOLS_CAT) $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
toolchain/patch-kernel.sh $(MODULE_INIT_TOOLS_DIR2) package/module-init-tools \*.patch
+ $(CONFIG_UPDATE) $(MODULE_INIT_TOOLS_DIR2)
touch $(MODULE_INIT_TOOLS_DIR2)/.source
$(MODULE_INIT_TOOLS_DIR2)/.configured: $(MODULE_INIT_TOOLS_DIR2)/.source
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2007-07-27 14:43 aldot at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: aldot at uclibc.org @ 2007-07-27 14:43 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-07-27 07:43:36 -0700 (Fri, 27 Jul 2007)
New Revision: 19279
Log:
- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-07-27 14:16:00 UTC (rev 19278)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-07-27 14:43:36 UTC (rev 19279)
@@ -109,6 +109,10 @@
cross-depmod26-dirclean:
rm -rf $(MODULE_INIT_TOOLS_DIR2)
+ifeq ($(strip $(CONFIG_BR2_PACKAGE_LINUX)),y)
+HOST_SOURCE+=module-init-tools-source
+endif
+
#############################################################
#
## Toplevel Makefile options
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2007-04-17 17:12 aldot at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: aldot at uclibc.org @ 2007-04-17 17:12 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-04-17 10:12:48 -0700 (Tue, 17 Apr 2007)
New Revision: 18479
Log:
- make sure that our dest dir exists
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-04-17 17:11:42 UTC (rev 18478)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-04-17 17:12:48 UTC (rev 18479)
@@ -97,7 +97,7 @@
$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26: $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY)
- cp $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY) $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
+ $(INSTALL) -D $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY) $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
cross-depmod26: $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2007-01-14 0:57 sjhill at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: sjhill at uclibc.org @ 2007-01-14 0:57 UTC (permalink / raw)
To: buildroot
Author: sjhill
Date: 2007-01-13 16:57:50 -0800 (Sat, 13 Jan 2007)
New Revision: 17270
Log:
I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please.
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-01-14 00:56:52 UTC (rev 17269)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2007-01-14 00:57:50 UTC (rev 17270)
@@ -54,6 +54,8 @@
STRIPPROG='$(STRIPPROG)' \
$(MAKE) prefix=$(TARGET_DIR) -C $(MODULE_INIT_TOOLS_DIR) install-exec
rm -Rf $(TARGET_DIR)/usr/man
+ rm -f $(TARGET_DIR)/sbin/generate-modprobe.conf
+ rm -f $(TARGET_DIR)/sbin/insmod.static
touch -c $(MODULE_INIT_TOOLS_TARGET_BINARY)
module-init-tools: uclibc $(MODULE_INIT_TOOLS_TARGET_BINARY)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2006-12-14 14:32 aldot at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: aldot at uclibc.org @ 2006-12-14 14:32 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-14 06:32:32 -0800 (Thu, 14 Dec 2006)
New Revision: 16921
Log:
- pass the correct compiler in
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2006-12-14 14:23:50 UTC (rev 16920)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2006-12-14 14:32:32 UTC (rev 16921)
@@ -77,6 +77,7 @@
$(MODULE_INIT_TOOLS_DIR2)/.configured: $(MODULE_INIT_TOOLS_DIR2)/.source
(cd $(MODULE_INIT_TOOLS_DIR2); \
+ CC="$(HOSTCC)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_HOST_NAME) \
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/module-init-tools
@ 2006-08-10 21:00 andersen at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: andersen at uclibc.org @ 2006-08-10 21:00 UTC (permalink / raw)
To: buildroot
Author: andersen
Date: 2006-08-10 14:00:23 -0700 (Thu, 10 Aug 2006)
New Revision: 15799
Log:
Use http. Add support for building cross depmod for 2.6 kernels.
Don't hard code version numbers all over the place.
Modified:
trunk/buildroot/package/module-init-tools/module-init-tools.mk
Changeset:
Modified: trunk/buildroot/package/module-init-tools/module-init-tools.mk
===================================================================
--- trunk/buildroot/package/module-init-tools/module-init-tools.mk 2006-08-10 20:58:14 UTC (rev 15798)
+++ trunk/buildroot/package/module-init-tools/module-init-tools.mk 2006-08-10 21:00:23 UTC (rev 15799)
@@ -3,10 +3,12 @@
# module-init-tools
#
#############################################################
-MODULE_INIT_TOOLS_SOURCE=module-init-tools-3.2.2.tar.bz2
-MODULE_INIT_TOOLS_SITE=ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
-MODULE_INIT_TOOLS_DIR=$(BUILD_DIR)/module-init-tools-3.2.2
-MODULE_INIT_TOOLS_BINARY=modprobe
+MODULE_INIT_TOOLS_VERSION=3.2.2
+MODULE_INIT_TOOLS_SOURCE=module-init-tools-$(MODULE_INIT_TOOLS_VERSION).tar.bz2
+MODULE_INIT_TOOLS_SITE=http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
+MODULE_INIT_TOOLS_DIR=$(BUILD_DIR)/module-init-tools-$(MODULE_INIT_TOOLS_VERSION)
+MODULE_INIT_TOOLS_DIR2=$(TOOL_BUILD_DIR)/module-init-tools-$(MODULE_INIT_TOOLS_VERSION)
+MODULE_INIT_TOOLS_BINARY=depmod
MODULE_INIT_TOOLS_TARGET_BINARY=$(TARGET_DIR)/sbin/$(MODULE_INIT_TOOLS_BINARY)
STRIPPROG=$(STRIP)
@@ -16,8 +18,7 @@
$(MODULE_INIT_TOOLS_DIR)/.unpacked: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
bzcat $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
- toolchain/patch-kernel.sh $(MODULE_INIT_TOOLS_DIR) \
- package/module-init-tools \*.patch
+ toolchain/patch-kernel.sh $(MODULE_INIT_TOOLS_DIR) package/module-init-tools \*.patch
touch $(MODULE_INIT_TOOLS_DIR)/.unpacked
$(MODULE_INIT_TOOLS_DIR)/.configured: $(MODULE_INIT_TOOLS_DIR)/.unpacked
@@ -66,6 +67,44 @@
rm -rf $(MODULE_INIT_TOOLS_DIR)
#############################################################
+
+
+$(MODULE_INIT_TOOLS_DIR2)/.source: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
+ bzcat $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
+ toolchain/patch-kernel.sh $(MODULE_INIT_TOOLS_DIR2) package/module-init-tools \*.patch
+ touch $(MODULE_INIT_TOOLS_DIR2)/.source
+
+$(MODULE_INIT_TOOLS_DIR2)/.configured: $(MODULE_INIT_TOOLS_DIR2)/.source
+ (cd $(MODULE_INIT_TOOLS_DIR2); \
+ ./configure \
+ --target=$(GNU_TARGET_NAME) \
+ --host=$(GNU_HOST_NAME) \
+ --build=$(GNU_HOST_NAME) \
+ --sysconfdir=/etc \
+ --program-transform-name='' \
+ );
+ touch $(MODULE_INIT_TOOLS_DIR2)/.configured;
+
+$(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY): $(MODULE_INIT_TOOLS_DIR2)/.configured
+ $(MAKE) -C $(MODULE_INIT_TOOLS_DIR2)
+ touch -c $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY)
+
+
+$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26: $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY)
+ cp $(MODULE_INIT_TOOLS_DIR2)/$(MODULE_INIT_TOOLS_BINARY) $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
+
+cross-depmod26: $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
+
+cross-depmod26-source: $(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE)
+
+cross-depmod26-clean:
+ rm -f $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26
+ -$(MAKE) -C $(MODULE_INIT_TOOLS_DIR2) clean
+
+cross-depmod26-dirclean:
+ rm -rf $(MODULE_INIT_TOOLS_DIR2)
+
+#############################################################
#
## Toplevel Makefile options
#
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-09-07 18:58 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-07 18:58 [Buildroot] svn commit: trunk/buildroot/package/module-init-tools jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-09-22 10:20 aldot at uclibc.org
2007-07-31 22:41 ulf at uclibc.org
2007-07-27 14:43 aldot at uclibc.org
2007-04-17 17:12 aldot at uclibc.org
2007-01-14 0:57 sjhill at uclibc.org
2006-12-14 14:32 aldot at uclibc.org
2006-08-10 21:00 andersen 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