From patchwork Mon Nov 12 17:41:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Hermant X-Patchwork-Id: 198429 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 8BB0C2C0080 for ; Tue, 13 Nov 2012 04:42:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CB0728A356; Mon, 12 Nov 2012 17:42:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Hk2IhSCiAitB; Mon, 12 Nov 2012 17:42:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7BA3E8B01B; Mon, 12 Nov 2012 17:42:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 382848F798 for ; Mon, 12 Nov 2012 17:42:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 041F48A349 for ; Mon, 12 Nov 2012 17:42:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q2q0PZA2jZUc for ; Mon, 12 Nov 2012 17:42:00 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id ED51E8A356 for ; Mon, 12 Nov 2012 17:41:59 +0000 (UTC) X-RZG-AUTH: :K34Bck+6YrEgjuBfzmrkukPJhhbHEm1G+2SCnvvjhur6rsGj/jgixsrTkwdMQP1Z/nY9De0+2x8Ya9QtDw== X-RZG-CLASS-ID: mo00 Received: from ghermant-Q310.home (ALyon-754-1-16-75.w90-53.abo.wanadoo.fr [90.53.251.75]) by smtp.strato.de (jorabe mo26) (RZmta 31.3 DYNA|AUTH) with ESMTPA id t01999oACGjkxa ; Mon, 12 Nov 2012 18:41:52 +0100 (CET) From: Gregory Hermant To: buildroot@busybox.net Date: Mon, 12 Nov 2012 18:41:40 +0100 Message-Id: <1352742102-19010-5-git-send-email-gregory.hermant@calao-systems.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1352742102-19010-1-git-send-email-gregory.hermant@calao-systems.com> References: <1352742102-19010-1-git-send-email-gregory.hermant@calao-systems.com> Subject: [Buildroot] [PATCH v2 4/6] Add init script files for snowball board X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gregory Hermant Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/Config.in | 1 + package/snowball-init/Config.in | 10 ++++++++++ package/snowball-init/snowball-init.mk | 15 +++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/snowball-init/Config.in create mode 100644 package/snowball-init/snowball-init.mk diff --git a/package/Config.in b/package/Config.in index 6da6e73..3f941fc 100644 --- a/package/Config.in +++ b/package/Config.in @@ -550,6 +550,7 @@ source "package/empty/Config.in" source "package/googlefontdirectory/Config.in" source "package/mobile-broadband-provider-info/Config.in" source "package/shared-mime-info/Config.in" +source "package/snowball-init/Config.in" source "package/sound-theme-borealis/Config.in" source "package/sound-theme-freedesktop/Config.in" endmenu diff --git a/package/snowball-init/Config.in b/package/snowball-init/Config.in new file mode 100644 index 0000000..906ff2d --- /dev/null +++ b/package/snowball-init/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_SNOWBALL_INIT + bool "snowball-init" + # Runtime dependency, needed by snowball startup script + select BR2_PACKAGE_BLUEZ_UTILS + select BR2_PACKAGE_UX500_FIRMWARE + help + Snowball init scripts + + http://www.igloocommunity.org + diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk new file mode 100644 index 0000000..278cacb --- /dev/null +++ b/package/snowball-init/snowball-init.mk @@ -0,0 +1,15 @@ +############################################################# +# +# snowball-init +# +############################################################# +SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7 +SNOWBALL_INIT_SITE = git://igloocommunity.org/git/bsp/snowball-init.git +SNOWBALL_INIT_LICENSE = BSD-4c +SNOWBALL_INIT_LICENSE_FILES = debian/copyright + +define SNOWBALL_INIT_INSTALL_TARGET_CMDS + $(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball +endef + +$(eval $(generic-package))