* Updates to meta-freescale (pyro and master) in 2017-05-19
@ 2017-05-19 11:02 otavio.salvador
2017-05-19 17:17 ` Ricardo Salveti
0 siblings, 1 reply; 2+ messages in thread
From: otavio.salvador @ 2017-05-19 11:02 UTC (permalink / raw)
To: meta-freescale
Hello,
I pushed following updates:
commit fbe9c67f06a8114586c47bf28873af9433ae3c56
Author: Chunrong Guo <chunrong.guo@nxp.com>
Date: Wed May 10 16:41:30 2017 +0800
ppa: update to use Recipe Specific Sysroots
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
commit fa9281613e2b3b669b06b085ffaf51d61e48a94b
Author: Fabio Berton <fabio.berton@ossystems.com.br>
Date: Mon May 15 18:06:47 2017 -0300
weston: Use weston 1.11.1 for mx6 and mx7 machines
As EGL support was removed from weston on commit:
https://github.com/wayland-project/weston/commit/e77f8ad79bdf3613dc7e587ea0cf5b9d39e4f8e0
we can't use version 2.0.0.
Add latest version with EGL support, 1.11.1 and set mx6 and mx7
machines to use this version.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
commit 15d531bff1d30316c740a8fe85a024b1a69b8c5a
Author: Matt Madison <matt@madison.systems>
Date: Tue May 16 08:15:10 2017 -0700
mesa: fix configuration rewrite
to change just the PACKAGECONFIG[x11] setting (without
expansion), instead of overwriting EXTRA_OECONF (with
expansion).
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
commit ae6434f5f389a32cfc2a674f82f3f807cc721135
Author: Khem Raj <raj.khem@gmail.com>
Date: Thu May 11 09:57:46 2017 -0700
imx-kobs: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
commit f89d2a3efe1cfdeac5df5c30289ee4303660cc8e
Author: Jun Zhu <junzhu@nxp.com>
Date: Wed May 10 16:24:07 2017 +0800
imx-kobs: Pick up new commit as fix-compile patch is merged
The patch is merged to the new version of imx-kobs. So pick up
the new version and remove the patch file.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Regards,
--
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] 2+ messages in thread
* Re: Updates to meta-freescale (pyro and master) in 2017-05-19
2017-05-19 11:02 Updates to meta-freescale (pyro and master) in 2017-05-19 otavio.salvador
@ 2017-05-19 17:17 ` Ricardo Salveti
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Salveti @ 2017-05-19 17:17 UTC (permalink / raw)
To: otavio.salvador; +Cc: meta-freescale
On Fri, May 19, 2017 at 8:02 AM, <otavio.salvador@gmail.com> wrote:
> Hello,
>
> I pushed following updates:
>
> commit ae6434f5f389a32cfc2a674f82f3f807cc721135
> Author: Khem Raj <raj.khem@gmail.com>
> Date: Thu May 11 09:57:46 2017 -0700
>
> imx-kobs: Fix build with musl
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Looks like this patch broke the recipe:
ERROR: ParseError at
../../layers/meta-freescale/recipes-bsp/imx-kobs/imx-kobs_git.bb:14:
unparsed line: '
file://0001-Add-missing-includes-as-pointed-out-by-musl.patch "'
SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+ file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
+"
Should be:
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb
b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index eaea165..096d074 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM =
"file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
PV = "5.5+git${SRCPV}"
SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
-SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
"
Cheers,
--
Ricardo Salveti de Araujo
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-19 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19 11:02 Updates to meta-freescale (pyro and master) in 2017-05-19 otavio.salvador
2017-05-19 17:17 ` Ricardo Salveti
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.