Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] New package: ti-utils
@ 2011-04-27  8:32 Yegor Yefremov
  2011-07-25 11:34 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Yegor Yefremov @ 2011-04-27  8:32 UTC (permalink / raw)
  To: buildroot

Add the calibrator and other useful utilities for TI wireless solution,
based on wl12xx driver. 

See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for
further details.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Index: b/package/Config.in
===================================================================
--- a/package/Config.in	2011-04-26 02:04:14.130276675 -0700
+++ b/package/Config.in	2011-04-26 03:52:58.106277378 -0700
@@ -203,6 +203,7 @@
 source "package/squashfs3/Config.in"
 source "package/sshfs/Config.in"
 source "package/sysstat/Config.in"
+source "package/ti-utils/Config.in"
 source "package/udev/Config.in"
 source "package/usb_modeswitch/Config.in"
 source "package/usbmount/Config.in"
Index: b/package/ti-utils/Config.in
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ b/package/ti-utils/Config.in	2011-04-27 00:58:58.674284049 -0700
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_TI_UTILS
+	bool "ti-utils"
+	help
+	  The calibrator and other useful utilities for TI wireless solution,
+	  based on wl12xx driver.
+
+	  http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator
+
Index: b/package/ti-utils/ti-utils.mk
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ b/package/ti-utils/ti-utils.mk	2011-04-27 00:57:53.546282739 -0700
@@ -0,0 +1,29 @@
+#############################################################
+#
+# ti-utils
+#
+#############################################################
+
+TI_UTILS_VERSION = fbceab8f228cff80fd29b830bb85a188c69def08
+TI_UTILS_SITE = git://github.com/gxk/ti-utils.git
+TI_UTILS_DEPENDENCIES = libnl
+
+define TI_UTILS_BUILD_CMDS
+	$(MAKE1) NFSROOT="$(STAGING_DIR)" CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
+		-C $(@D) all
+endef
+
+define TI_UTILS_INSTALL_TARGET_CMDS
+	$(INSTALL) -m 0755 $(@D)/calibrator \
+		$(TARGET_DIR)/usr/bin/calibrator
+	$(INSTALL) -m 0755 $(@D)/scripts/go.sh \
+		$(TARGET_DIR)/usr/bin/go.sh
+endef
+
+define TI_UTILS_UNINSTALL_TARGET_CMDS
+	rm -f $(TARGET_DIR)/usr/bin/calibrator
+	rm -f $(TARGET_DIR)/usr/bin/go.sh
+endef
+
+$(eval $(call GENTARGETS,package,ti-utils))
+

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

* [Buildroot] [PATCH] New package: ti-utils
  2011-04-27  8:32 [Buildroot] [PATCH] New package: ti-utils Yegor Yefremov
@ 2011-07-25 11:34 ` Peter Korsgaard
  2011-07-25 12:10   ` Yegor Yefremov
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-07-25 11:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:

 Yegor> Add the calibrator and other useful utilities for TI wireless solution,
 Yegor> based on wl12xx driver. 

 Yegor> See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for
 Yegor> further details.

You missed the 'select BR2_PACKAGE_LIBNL', but I've fixed that -
Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] New package: ti-utils
  2011-07-25 11:34 ` Peter Korsgaard
@ 2011-07-25 12:10   ` Yegor Yefremov
  0 siblings, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2011-07-25 12:10 UTC (permalink / raw)
  To: buildroot

Am 25.07.2011 13:34, schrieb Peter Korsgaard:
>>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:
>  Yegor> Add the calibrator and other useful utilities for TI wireless solution,
>  Yegor> based on wl12xx driver. 
>
>  Yegor> See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for
>  Yegor> further details.
>
> You missed the 'select BR2_PACKAGE_LIBNL', but I've fixed that -
> Committed, thanks.

Thanks. I'm testing the latest version and will post an update soon.

Yegor

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

end of thread, other threads:[~2011-07-25 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27  8:32 [Buildroot] [PATCH] New package: ti-utils Yegor Yefremov
2011-07-25 11:34 ` Peter Korsgaard
2011-07-25 12:10   ` Yegor Yefremov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox