From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 11910E00AA2; Fri, 28 Apr 2017 00:30:20 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [74.125.82.52 listed in dnsbl.sorbs.net] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.125.82.52 listed in list.dnswl.org] Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4F40BE007B5 for ; Fri, 28 Apr 2017 00:30:18 -0700 (PDT) Received: by mail-wm0-f52.google.com with SMTP id w64so34805689wma.0 for ; Fri, 28 Apr 2017 00:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=boundarydevices-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bhFDI6Y+L4xCLbpe2WLGCOkOFXx9FNQ0FK2SxmPQQb4=; b=lHDcwmX0eFaMYyqKLDs2n7wy/qiGy7cd+3S2ZJOCKylvXml90eK01ss+Z9GcFNjBmy UQugmlsEo19TR04sFHd0lnLlB1qinGZ8FF8Q6FxKTNoWo+wgiE+lGUjmoZNQmdfdIcCh 1ERs4XrPhq+21K46pHv0fFzckOvuhtog8IK886XlN51Q34vKL0j2BbqeNtu+/kfUFEfS Pep/njfdKcSnzubfMxx4a4BA46GEI3n3RvZ+8kojDx24Kob2P2rS48RyxBi4IUiKAtbE wszw+oAnULK5lba7E5JBh+1IlW1akutZ/9z/REECp3assLvXYsm1/OH4MxGFGKhE9S2P 7amQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=bhFDI6Y+L4xCLbpe2WLGCOkOFXx9FNQ0FK2SxmPQQb4=; b=mh4fiKfKAvI6W9GLCAm530v3El1FJP6jGWc3R+cRLe68GSL/Tb9uRdXKSSWv2/QfHd RTDhAEOZ3AXfWLL0wgPMwAN880n2X2+bQjmHV/EQhhawN32GS5XjaDlZPVqF79GwM13l hyGOmzoVRcrt54qabsxyIeuDv1xaRzQIVr6JOj2sHI9PvfZ2VBg633ed0LRqYKIfQu/G AQzCyM6rOJtw3qRdBCLcc6s60za5x9Jg9/Oc8l7o/d3AJ2x72cwt4TbCWVrFrPt/5gyo Pp53Zg2d2WXmpRhB06/tUtcb6YrcYxsYgooWQ0wlCgPlxwfYYMBtPuFzEGc3jvSupW6X tyJg== X-Gm-Message-State: AN3rC/4OJkOVyX43j7SFKhTWhUdWHwkmGidEA4J9ekWeXjOKW6iGmmbQ poxf5JHNhe8JAGzO X-Received: by 10.28.210.16 with SMTP id j16mr4735057wmg.16.1493364617967; Fri, 28 Apr 2017 00:30:17 -0700 (PDT) Received: from localhost.localdomain (LMontsouris-657-1-10-89.w90-63.abo.wanadoo.fr. [90.63.251.89]) by smtp.googlemail.com with ESMTPSA id y6sm5878494wrc.51.2017.04.28.00.30.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 00:30:17 -0700 (PDT) From: Gary Bisson To: meta-freescale@yoctoproject.org Date: Fri, 28 Apr 2017 09:30:06 +0200 Message-Id: <20170428073007.18052-6-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170428073007.18052-1-gary.bisson@boundarydevices.com> References: <20170427093323.9341-1-gary.bisson@boundarydevices.com> <20170428073007.18052-1-gary.bisson@boundarydevices.com> Subject: [3rdparty][PATCH v2 5/6] nitrogen7: Add wic image tool support X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 07:30:20 -0000 Required when mainline BSP is used. See 79b9c97f for more details. Signed-off-by: Gary Bisson --- conf/machine/nitrogen7.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/machine/nitrogen7.conf b/conf/machine/nitrogen7.conf index 7ea21b2..db604ad 100644 --- a/conf/machine/nitrogen7.conf +++ b/conf/machine/nitrogen7.conf @@ -21,6 +21,15 @@ IMAGE_BOOTLOADER ?= "" # Ensure boot scripts will be available at rootfs time do_rootfs[depends] += "u-boot-script-boundary:do_deploy" +# wic support +WKS_FILE ?= "sdimage-bootpart.wks" +IMAGE_BOOT_FILES = " \ + 6x_bootscript-${MACHINE};6x_bootscript \ + ${KERNEL_IMAGETYPE} \ + ${KERNEL_IMAGETYPE}-imx7d-nitrogen7.dtb;imx7d-nitrogen7.dtb \ +" +IMAGE_DEPENDS_wic_append = " dosfstools-native mtools-native" + # Boot scripts to install BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript" -- 2.11.0