From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/6] Add init script files for snowball board
Date: Tue, 30 Oct 2012 23:42:54 +0100 [thread overview]
Message-ID: <509057EE.3010208@mind.be> (raw)
In-Reply-To: <1351500073-4351-6-git-send-email-gregory.hermant@calao-systems.com>
On 10/29/12 09:41, Gregory Hermant wrote:
[snip]
> diff --git a/package/snowball-init/Config.in b/package/snowball-init/Config.in
> new file mode 100644
> index 0000000..f3cefbd
> --- /dev/null
> +++ b/package/snowball-init/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_SNOWBALL_INIT
> + bool "snowball-init"
Since the init script uses hciattach, you should probably add
select BR2_PACKAGE_BLUEZ_UTILS
And I guess the cw1200_wlan also requires
select BR2_PACKAGE_UX500_FIRMWARE
Also add a comment that these are run-time dependencies only.
> + help
> + Snowball init scripts
> +
> + http://www.igloocommunity.org/gitweb/?p=bsp/snowball-init.git
Generic igloo URL is good enough.
> +
> diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk
> new file mode 100644
> index 0000000..03c1cf5
> --- /dev/null
> +++ b/package/snowball-init/snowball-init.mk
> @@ -0,0 +1,13 @@
> +#############################################################
> +#
> +# snowball-init
> +#
> +#############################################################
> +SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
> +SNOWBALL_INIT_SITE = git://igloocommunity.org/git/bsp/snowball-init.git
> +
> +define SNOWBALL_INIT_INSTALL_TARGET_CMDS
> + cp $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
We prefer "install -D -m 0755 ..."
Regards,
Arnout
> +endef
> +
> +$(eval $(generic-package))
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-10-30 22:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 8:41 [Buildroot] [PATCH 0/6] Add support for the snowball board Gregory Hermant
2012-10-29 8:41 ` [Buildroot] [PATCH 1/6] Add config file " Gregory Hermant
2012-10-30 22:09 ` Arnout Vandecappelle
2012-11-08 8:28 ` Grégory Hermant
2012-11-09 1:51 ` Arnout Vandecappelle
2012-10-29 8:41 ` [Buildroot] [PATCH 2/6] Add hdmiservice package " Gregory Hermant
2012-10-30 22:17 ` Arnout Vandecappelle
2012-10-30 22:19 ` Arnout Vandecappelle
2012-10-29 8:41 ` [Buildroot] [PATCH 3/6] Add firmware for the AW-NH580 connectivity module of the snowball Gregory Hermant
2012-10-30 22:34 ` Arnout Vandecappelle
2012-11-08 8:47 ` Grégory Hermant
2012-11-10 2:16 ` Arnout Vandecappelle
2012-11-13 11:08 ` Grégory Hermant
2012-10-30 22:35 ` Arnout Vandecappelle
2012-10-29 8:41 ` [Buildroot] [PATCH 4/6] Add board files for snowball Gregory Hermant
2012-10-29 8:41 ` [Buildroot] [PATCH 5/6] Add init script files for snowball board Gregory Hermant
2012-10-30 22:42 ` Arnout Vandecappelle [this message]
2012-10-29 8:41 ` [Buildroot] [PATCH 6/6] bluez-utils: add cg2900 support " Gregory Hermant
2012-10-29 9:43 ` Yegor Yefremov
2012-10-29 12:23 ` Grégory Hermant
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=509057EE.3010208@mind.be \
--to=arnout@mind.be \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.