Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] Add on2-8170 kernel modules
Date: Sun, 09 Jun 2013 20:36:45 +0200	[thread overview]
Message-ID: <51B4CB3D.7070101@free-electrons.com> (raw)
In-Reply-To: <20130609174038.GG4312@tarshish>

Hi,

Right, two things I w   anted to change before sending ;)

v2 is incoming.

On 09/06/2013 19:40, Baruch Siach wrote:
> Hi Alexandre,
>
> On Sun, Jun 09, 2013 at 07:22:49PM +0200, Alexandre Belloni wrote:
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>> ---
>>  package/Config.in                            |  1 +
>>  package/on2-8170-modules/Config.in           | 11 +++++++++++
>>  package/on2-8170-modules/on2-8170-modules.mk | 20 ++++++++++++++++++++
>>  3 files changed, 32 insertions(+)
>>  create mode 100644 package/on2-8170-modules/Config.in
>>  create mode 100644 package/on2-8170-modules/on2-8170-modules.mk
>>
>> diff --git a/package/Config.in b/package/Config.in
>> index ce82e99..e915abe 100644
>> --- a/package/Config.in
>> +++ b/package/Config.in
>> @@ -272,6 +272,7 @@ source "package/minicom/Config.in"
>>  source "package/nanocom/Config.in"
>>  source "package/neard/Config.in"
>>  source "package/ofono/Config.in"
>> +source "package/on2-8170-modules/Config.in"
>>  source "package/open2300/Config.in"
>>  source "package/openocd/Config.in"
>>  source "package/owl-linux/Config.in"
>> diff --git a/package/on2-8170-modules/Config.in b/package/on2-8170-modules/Config.in
>> new file mode 100644
>> index 0000000..b11d69e
>> --- /dev/null
>> +++ b/package/on2-8170-modules/Config.in
>> @@ -0,0 +1,11 @@
>> +config BR2_PACKAGE_ON2_8170_MODULES
>> +	bool "on2-8170 modules"
>> +	depends on BR2_LINUX_KERNEL
>> +	help
>> +	  Kernel modules for the LTTng 2.0 kernel tracing
>> +	  infrastructure.
> Are you sure?
>
>> +	  http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
>> +
>> +comment "on2-8170 modules requires a linux kernel to be built"
>> +	depends on !BR2_LINUX_KERNEL
>> diff --git a/package/on2-8170-modules/on2-8170-modules.mk b/package/on2-8170-modules/on2-8170-modules.mk
>> new file mode 100644
>> index 0000000..87dc8f2
>> --- /dev/null
>> +++ b/package/on2-8170-modules/on2-8170-modules.mk
>> @@ -0,0 +1,20 @@
>> +################################################################################
>> +#
>> +# on2-8170-modules
>> +#
>> +################################################################################
>> +
>> +ON2_8170_MODULES_VERSION = master
> We usually use a specific commit id for consistent results, since maser 
> changes when commits are added.
>
> baruch
>
>> +ON2_8170_MODULES_SITE    = git://github.com/alexandrebelloni/on2-8170-modules.git
>> +
>> +ON2_8170_MODULES_DEPENDENCIES = linux
>> +
>> +define ON2_8170_MODULES_BUILD_CMDS
>> +	$(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D)
>> +endef
>> +
>> +define ON2_8170_MODULES_INSTALL_TARGET_CMDS
>> +	$(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D) modules_install
>> +endef
>> +
>> +$(eval $(generic-package))


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2013-06-09 18:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-09 17:22 [Buildroot] [PATCH 1/3] Add on2-8170 kernel modules Alexandre Belloni
2013-06-09 17:22 ` [Buildroot] [PATCH 2/3] Add proprietary libraries for Hantro x170 HW decoding Alexandre Belloni
2013-06-09 17:22 ` [Buildroot] [PATCH 3/3] Add gstreamer plugin for Hantro x170 Alexandre Belloni
2013-06-09 17:40 ` [Buildroot] [PATCH 1/3] Add on2-8170 kernel modules Baruch Siach
2013-06-09 18:36   ` Alexandre Belloni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51B4CB3D.7070101@free-electrons.com \
    --to=alexandre.belloni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox