From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] Add on2-8170 kernel modules
Date: Sun, 9 Jun 2013 20:40:38 +0300 [thread overview]
Message-ID: <20130609174038.GG4312@tarshish> (raw)
In-Reply-To: <1370798571-24363-1-git-send-email-alexandre.belloni@free-electrons.com>
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))
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2013-06-09 17:40 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 ` Baruch Siach [this message]
2013-06-09 18:36 ` [Buildroot] [PATCH 1/3] Add on2-8170 kernel modules Alexandre Belloni
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=20130609174038.GG4312@tarshish \
--to=baruch@tkos.co.il \
--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