Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] New package: can-utils
@ 2010-12-14 14:02 Yegor Yefremov
  2010-12-14 14:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Yegor Yefremov @ 2010-12-14 14:02 UTC (permalink / raw)
  To: buildroot

Add SocketCAN utilities.

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

Index: b/package/Config.in
===================================================================
--- a/package/Config.in	2010-12-14 12:26:51.000000000 +0100
+++ b/package/Config.in	2010-12-14 12:41:56.000000000 +0100
@@ -364,6 +364,7 @@
 source "package/bind/Config.in"
 source "package/bmon/Config.in"
 source "package/bridge-utils/Config.in"
+source "package/can-utils/Config.in"
 source "package/ctorrent/Config.in"
 source "package/cups/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
Index: b/package/can-utils/Config.in
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ b/package/can-utils/Config.in	2010-12-14 12:41:05.000000000 +0100
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_CAN_UTILS
+	bool "can-utils"
+	help
+	  SocketCAN is a set of open source CAN drivers and a networking stack. This package provides various
+	  tools for this stack.
+
+	  http://developer.berlios.de/projects/socketcan/
+
Index: b/package/can-utils/can-utils.mk
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ b/package/can-utils/can-utils.mk	2010-12-14 14:40:07.000000000 +0100
@@ -0,0 +1,13 @@
+#############################################################
+#
+# can-utils
+#
+#############################################################
+
+CAN_UTILS_VERSION = HEAD
+CAN_UTILS_SITE = svn://svn.berlios.de/socketcan/trunk/can-utils
+
+CAN_UTILS_AUTORECONF = YES
+
+$(eval $(call AUTOTARGETS,package,can-utils))
+

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

* [Buildroot] [PATCH] New package: can-utils
  2010-12-14 14:02 [Buildroot] [PATCH] New package: can-utils Yegor Yefremov
@ 2010-12-14 14:17 ` Thomas Petazzoni
  2010-12-14 15:59   ` Yegor Yefremov
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-14 14:17 UTC (permalink / raw)
  To: buildroot

Hello Yegor,

On Tue, 14 Dec 2010 15:02:13 +0100
Yegor Yefremov <yegor_sub1@visionsystems.de> wrote:

> +	  SocketCAN is a set of open source CAN drivers and a networking stack. This package provides various
> +	  tools for this stack.

Please wrap at ~80.

> Index: b/package/can-utils/can-utils.mk
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ b/package/can-utils/can-utils.mk	2010-12-14 14:40:07.000000000 +0100
> @@ -0,0 +1,13 @@
> +#############################################################
> +#
> +# can-utils
> +#
> +#############################################################
> +
> +CAN_UTILS_VERSION = HEAD

We need a fixed version, not a random HEAD one. Pick the latest
revision you tested.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH] New package: can-utils
  2010-12-14 14:17 ` Thomas Petazzoni
@ 2010-12-14 15:59   ` Yegor Yefremov
  0 siblings, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2010-12-14 15:59 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

>> +	  SocketCAN is a set of open source CAN drivers and a networking stack. This package provides various
>> +	  tools for this stack.
> Please wrap at ~80.

Fixed. Can we have something like checkpatch.pl in linux kernel? Is it easy to adopt?

>> Index: b/package/can-utils/can-utils.mk
>> ===================================================================
>> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
>> +++ b/package/can-utils/can-utils.mk	2010-12-14 14:40:07.000000000 +0100
>> @@ -0,0 +1,13 @@
>> +#############################################################
>> +#
>> +# can-utils
>> +#
>> +#############################################################
>> +
>> +CAN_UTILS_VERSION = HEAD
> We need a fixed version, not a random HEAD one. Pick the latest
> revision you tested.

Fixed. Thanks for reviewing.

Best regards,
Yegor

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

end of thread, other threads:[~2010-12-14 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 14:02 [Buildroot] [PATCH] New package: can-utils Yegor Yefremov
2010-12-14 14:17 ` Thomas Petazzoni
2010-12-14 15:59   ` Yegor Yefremov

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