[Buildroot] [PATCH 1/3] Add on2-8170 kernel modules

Baruch Siach baruch at tkos.co.il
Sun Jun 9 17:40:38 UTC 2013


Hi Alexandre,

On Sun, Jun 09, 2013 at 07:22:49PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni at 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 -


More information about the buildroot mailing list