All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Bisson <gary.bisson@boundarydevices.com>
To: meta-freescale@yoctoproject.org
Subject: [3rdparty][PATCH v2 1/6] nitrogen6sx: Add wic image tool support
Date: Fri, 28 Apr 2017 09:30:02 +0200	[thread overview]
Message-ID: <20170428073007.18052-2-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <20170428073007.18052-1-gary.bisson@boundarydevices.com>

Required when mainline BSP is used. See 79b9c97f for more details.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 conf/machine/nitrogen6sx.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/conf/machine/nitrogen6sx.conf b/conf/machine/nitrogen6sx.conf
index 43f3a2e..0a4fbd7 100644
--- a/conf/machine/nitrogen6sx.conf
+++ b/conf/machine/nitrogen6sx.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}-imx6sx-nitrogen6sx.dtb;imx6sx-nitrogen6sx.dtb \
+"
+IMAGE_DEPENDS_wic_append = " dosfstools-native mtools-native"
+
 # Boot scripts to install
 BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
 
-- 
2.11.0



  reply	other threads:[~2017-04-28  7:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-27  9:33 [3rdparty][PATCH 0/6] conf: boundary: add mainline BSP support to all platforms Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 1/6] nitrogen6sx: Add wic image tool support Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 2/6] nitrogen6sx: Add 'use-mainline-bsp' support Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 3/6] nitrogen6x-lite: Add wic image tool support Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 4/6] nitrogen6x-lite: Add 'use-mainline-bsp' support Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 5/6] nitrogen7: Add wic image tool support Gary Bisson
2017-04-27  9:33 ` [3rdparty][PATCH 6/6] nitrogen7: Add 'use-mainline-bsp' support Gary Bisson
2017-04-27 14:39 ` [3rdparty][PATCH 0/6] conf: boundary: add mainline BSP support to all platforms Otavio Salvador
2017-04-27 14:47   ` Gary Bisson
2017-04-27 14:54     ` Otavio Salvador
2017-04-27 15:43       ` Gary Bisson
2017-04-28  7:30 ` [3rdparty][PATCH v2 " Gary Bisson
2017-04-28  7:30   ` Gary Bisson [this message]
2017-04-28  7:30   ` [3rdparty][PATCH v2 2/6] nitrogen6sx: Add 'use-mainline-bsp' support Gary Bisson
2017-04-28  7:30   ` [3rdparty][PATCH v2 3/6] nitrogen6x-lite: Add wic image tool support Gary Bisson
2017-04-28  7:30   ` [3rdparty][PATCH v2 4/6] nitrogen6x-lite: Add 'use-mainline-bsp' support Gary Bisson
2017-04-28  7:30   ` [3rdparty][PATCH v2 5/6] nitrogen7: Add wic image tool support Gary Bisson
2017-04-28  7:30   ` [3rdparty][PATCH v2 6/6] nitrogen7: Add 'use-mainline-bsp' support Gary Bisson

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=20170428073007.18052-2-gary.bisson@boundarydevices.com \
    --to=gary.bisson@boundarydevices.com \
    --cc=meta-freescale@yoctoproject.org \
    /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.