* [Buildroot] [PATCH] Add kbd package
@ 2010-09-19 23:44 Felipe Contreras
2010-11-05 12:11 ` Felipe Contreras
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Felipe Contreras @ 2010-09-19 23:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
package/Config.in | 1 +
package/kbd/Config.in | 6 ++++++
package/kbd/kdb.mk | 5 +++++
3 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 package/kbd/Config.in
create mode 100644 package/kbd/kdb.mk
diff --git a/package/Config.in b/package/Config.in
index 2209b55..5a7a4ce 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -167,6 +167,7 @@ source "package/hwdata/Config.in"
source "package/i2c-tools/Config.in"
source "package/input-tools/Config.in"
source "package/iostat/Config.in"
+source "package/kbd/Config.in"
source "package/lm-sensors/Config.in"
source "package/lvm2/Config.in"
source "package/makedevs/Config.in"
diff --git a/package/kbd/Config.in b/package/kbd/Config.in
new file mode 100644
index 0000000..5a6b4cd
--- /dev/null
+++ b/package/kbd/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_KBD
+ bool "kbd"
+ help
+ Keytable files and keyboard utilities.
+
+ ftp://ftp.kernel.org/pub/linux/utils/kbd/
diff --git a/package/kbd/kdb.mk b/package/kbd/kdb.mk
new file mode 100644
index 0000000..5b794a9
--- /dev/null
+++ b/package/kbd/kdb.mk
@@ -0,0 +1,5 @@
+KBD_VERSION = 1.15.2
+KBD_SOURCE = kbd-$(KBD_VERSION).tar.gz
+KBD_SITE = ftp://ftp.kernel.org/pub/linux/utils/kbd
+
+$(eval $(call AUTOTARGETS,package,kbd))
--
1.7.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] Add kbd package
2010-09-19 23:44 [Buildroot] [PATCH] Add kbd package Felipe Contreras
@ 2010-11-05 12:11 ` Felipe Contreras
2010-11-06 18:38 ` Thomas Petazzoni
2010-11-07 9:51 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Felipe Contreras @ 2010-11-05 12:11 UTC (permalink / raw)
To: buildroot
On Mon, Sep 20, 2010 at 2:44 AM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Hello? Do I need to resend?
--
Felipe Contreras
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] Add kbd package
2010-09-19 23:44 [Buildroot] [PATCH] Add kbd package Felipe Contreras
2010-11-05 12:11 ` Felipe Contreras
@ 2010-11-06 18:38 ` Thomas Petazzoni
2010-11-07 9:51 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2010-11-06 18:38 UTC (permalink / raw)
To: buildroot
On Mon, 20 Sep 2010 02:44:40 +0300
Felipe Contreras <felipe.contreras@gmail.com> wrote:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
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] 4+ messages in thread
* [Buildroot] [PATCH] Add kbd package
2010-09-19 23:44 [Buildroot] [PATCH] Add kbd package Felipe Contreras
2010-11-05 12:11 ` Felipe Contreras
2010-11-06 18:38 ` Thomas Petazzoni
@ 2010-11-07 9:51 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2010-11-07 9:51 UTC (permalink / raw)
To: buildroot
>>>>> "Felipe" == Felipe Contreras <felipe.contreras@gmail.com> writes:
Felipe> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Thanks, committed with minor changes (use BR2_KERNEL_MIRROR)
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-07 9:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 23:44 [Buildroot] [PATCH] Add kbd package Felipe Contreras
2010-11-05 12:11 ` Felipe Contreras
2010-11-06 18:38 ` Thomas Petazzoni
2010-11-07 9:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox