From patchwork Fri Sep 11 09:39:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 516647 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8CA9A140784 for ; Fri, 11 Sep 2015 19:40:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B5A253356C; Fri, 11 Sep 2015 09:40:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0nNQL0EHonqE; Fri, 11 Sep 2015 09:40:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DDBEA33516; Fri, 11 Sep 2015 09:40:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D46FA1C0A72 for ; Fri, 11 Sep 2015 09:40:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CF0DE919CD for ; Fri, 11 Sep 2015 09:40:06 +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 jWGqKOzCK8D4 for ; Fri, 11 Sep 2015 09:40:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5C58D919A2 for ; Fri, 11 Sep 2015 09:40:03 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so51621373wic.1 for ; Fri, 11 Sep 2015 02:40:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=b4gDjw1fCYlbL3J8LK+H4b7UTV4e3lYxPv3c3mWUZzg=; b=TtxjuUHgqTYtXYEbCNsnUOhUZfE2KfLghBug+nlrXUTVYEuzQy236brrUJPlKD4f6p EngPeDvr4yrZLo4X8/JeIsmlspfLk5ZU/Cey3k5+6Lv5MNeBDHzAUFkuDkpl+FNXgXqr RnF30wLC95Tf1RIA/RdAJgt9NtJriMsLxWBZGHyouwrAs0gqoqouHx41M6w804Kn80RW wfcat7KscipeP67wRIVDutApKQw4IFk6T3MXLsvbiwFStqZVoZhtepfkdb0nUrMQ5lsI hhkRmWvUlTZtvLwZvKi6NBLOxIn82zqJTQufPIAEQgDGVvekOjWUexiknTOIhpgZxeuJ Xi4Q== X-Gm-Message-State: ALoCoQlSDsznG+S1f4Pdra+qEujJ1fMmOG+hVf4m6rX1MRNVQFUF0f4NV+Y/9yCOaCX90Qf+Ekf1 X-Received: by 10.180.84.131 with SMTP id z3mr15834201wiy.9.1441964401985; Fri, 11 Sep 2015 02:40:01 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by smtp.googlemail.com with ESMTPSA id go5sm1390374wib.3.2015.09.11.02.40.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Sep 2015 02:40:01 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Fri, 11 Sep 2015 11:39:41 +0200 Message-Id: <1441964394-3817-3-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441964394-3817-1-git-send-email-gary.bisson@boundarydevices.com> References: <1441964394-3817-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, vincent.stehle@freescale.com, luca@lucaceresoli.net Subject: [Buildroot] [PATCH v2 02/14] imx-kobs: add new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Based on the Yocto 3.14.28-1.0.0_ga update: https://github.com/Freescale/meta-fsl-arm/commit/6c44744 Signed-off-by: Gary Bisson --- Hi, This package has only been built as I have no i.MX device that has a NAND Flash. Regards, Gary --- package/freescale-imx/Config.in | 1 + package/freescale-imx/imx-kobs/Config.in | 10 ++++++++++ package/freescale-imx/imx-kobs/imx-kobs.hash | 2 ++ package/freescale-imx/imx-kobs/imx-kobs.mk | 12 ++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 package/freescale-imx/imx-kobs/Config.in create mode 100644 package/freescale-imx/imx-kobs/imx-kobs.hash create mode 100644 package/freescale-imx/imx-kobs/imx-kobs.mk diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in index dffe76f..a958dbd 100644 --- a/package/freescale-imx/Config.in +++ b/package/freescale-imx/Config.in @@ -42,6 +42,7 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM default "IMX53" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53 default "IMX6Q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q +source "package/freescale-imx/imx-kobs/Config.in" source "package/freescale-imx/imx-lib/Config.in" source "package/freescale-imx/imx-vpu/Config.in" source "package/freescale-imx/firmware-imx/Config.in" diff --git a/package/freescale-imx/imx-kobs/Config.in b/package/freescale-imx/imx-kobs/Config.in new file mode 100644 index 0000000..fc2344e --- /dev/null +++ b/package/freescale-imx/imx-kobs/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_IMX_KOBS + bool "imx-kobs" + depends on BR2_arm # Only relevant for i.MX + help + The imx-kobs tool is used for writing images to NAND on i.MX + platforms. + + This library is provided by Freescale as-is and doesn't have + an upstream. + diff --git a/package/freescale-imx/imx-kobs/imx-kobs.hash b/package/freescale-imx/imx-kobs/imx-kobs.hash new file mode 100644 index 0000000..13373ea --- /dev/null +++ b/package/freescale-imx/imx-kobs/imx-kobs.hash @@ -0,0 +1,2 @@ +# locally computed +sha256 cfac042f5c96731205c397a4a6b3ed966f804569ae4d0e2685d22fdf6bdc9eb7 imx-kobs-3.14.28-1.0.0.tar.gz diff --git a/package/freescale-imx/imx-kobs/imx-kobs.mk b/package/freescale-imx/imx-kobs/imx-kobs.mk new file mode 100644 index 0000000..02c5cad --- /dev/null +++ b/package/freescale-imx/imx-kobs/imx-kobs.mk @@ -0,0 +1,12 @@ +################################################################################ +# +# imx-kobs +# +################################################################################ + +IMX_KOBS_VERSION = $(FREESCALE_IMX_VERSION) +IMX_KOBS_SITE = $(FREESCALE_IMX_SITE) +IMX_KOBS_LICENSE = GPLv2+ +IMX_KOBS_LICENSE_FILES = COPYING + +$(eval $(autotools-package))