* [3rdparty][PATCH] Add wic image support
@ 2017-10-04 20:21 Pierre-Jean TEXIER
2017-10-04 20:42 ` Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Jean TEXIER @ 2017-10-04 20:21 UTC (permalink / raw)
To: meta-freescale
Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
---
conf/machine/imx7s-warp.conf | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 7a23fd6..87a740c 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -18,4 +18,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
+# wic
+IMAGE_FSTYPES = "wic.gz"
+IMAGE_BOOT_FILES = " \
+ ${KERNEL_IMAGETYPE} \
+ ${KERNEL_IMAGETYPE}-imx7s-warp.dtb;imx7s-warp.dtb \
+"
+WKS_FILE ?= "imx-uboot-bootpart.wks"
+
MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [3rdparty][PATCH] Add wic image support
2017-10-04 20:21 [3rdparty][PATCH] Add wic image support Pierre-Jean TEXIER
@ 2017-10-04 20:42 ` Otavio Salvador
2017-10-04 21:29 ` TEXIER Pierre-Jean
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2017-10-04 20:42 UTC (permalink / raw)
To: Pierre-Jean TEXIER; +Cc: meta-freescale@yoctoproject.org
Hello,
On Wed, Oct 4, 2017 at 5:21 PM, Pierre-Jean TEXIER <texier.pj2@gmail.com> wrote:
> Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
> ---
> conf/machine/imx7s-warp.conf | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
> index 7a23fd6..87a740c 100644
> --- a/conf/machine/imx7s-warp.conf
> +++ b/conf/machine/imx7s-warp.conf
> @@ -18,4 +18,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
> UBOOT_CONFIG ??= "sd"
> UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
>
> +# wic
> +IMAGE_FSTYPES = "wic.gz"
> +IMAGE_BOOT_FILES = " \
> + ${KERNEL_IMAGETYPE} \
> + ${KERNEL_IMAGETYPE}-imx7s-warp.dtb;imx7s-warp.dtb \
> +"
I just sent a generic definition for the IMAGE_BOOT_FILES for
imx-base.inc. Please check if it works for you so we can avoid
duplicating it over all machines.
> +WKS_FILE ?= "imx-uboot-bootpart.wks"
> +
> MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [3rdparty][PATCH] Add wic image support
2017-10-04 20:42 ` Otavio Salvador
@ 2017-10-04 21:29 ` TEXIER Pierre-Jean
0 siblings, 0 replies; 3+ messages in thread
From: TEXIER Pierre-Jean @ 2017-10-04 21:29 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1704 bytes --]
Hi Otavio,
Thanks, it works from my side.
I just sent a new patch without IMAGE_BOOT_FILES.
Pierre-Jean
2017-10-04 22:42 GMT+02:00 Otavio Salvador <otavio.salvador@ossystems.com.br
>:
> Hello,
>
> On Wed, Oct 4, 2017 at 5:21 PM, Pierre-Jean TEXIER <texier.pj2@gmail.com>
> wrote:
> > Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
> > ---
> > conf/machine/imx7s-warp.conf | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
> > index 7a23fd6..87a740c 100644
> > --- a/conf/machine/imx7s-warp.conf
> > +++ b/conf/machine/imx7s-warp.conf
> > @@ -18,4 +18,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
> > UBOOT_CONFIG ??= "sd"
> > UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
> >
> > +# wic
> > +IMAGE_FSTYPES = "wic.gz"
> > +IMAGE_BOOT_FILES = " \
> > + ${KERNEL_IMAGETYPE} \
> > + ${KERNEL_IMAGETYPE}-imx7s-warp.dtb;imx7s-warp.dtb \
> > +"
>
> I just sent a generic definition for the IMAGE_BOOT_FILES for
> imx-base.inc. Please check if it works for you so we can avoid
> duplicating it over all machines.
>
> > +WKS_FILE ?= "imx-uboot-bootpart.wks"
> > +
> > MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
>
[-- Attachment #2: Type: text/html, Size: 3095 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-04 21:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 20:21 [3rdparty][PATCH] Add wic image support Pierre-Jean TEXIER
2017-10-04 20:42 ` Otavio Salvador
2017-10-04 21:29 ` TEXIER Pierre-Jean
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.