[OE-core] [PATCH v2 0/2] logrotate: systemd support

2017-07-10 Thread Romain Perier
systemd is now supported by upstream logrotate. This set of patches first bumps the recipe to the last upstream version, that is 3.11.0. Then it adds support for systemd. This series is the continuety of the following patches: 1. https://lists.yoctoproject.org/pipermail/yocto/2017-March/035277.ht

[OE-core] [PATCH v2 2/2] logrotate: Add systemd support

2017-07-10 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd in the recipe, as the feature is already supported on upstream. When the corresponding distro feature is enabled the systemd variant will be used. The timer granularity and its accuracy are al

[OE-core] [PATCH v2 1/2] logrotate: Bump to 3.12.3

2017-07-10 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier --- ...upport-system-dates-back-to-the-year-1970.patch | 27 .../logrotate/act-as-mv-when-rotate.patch

Re: [OE-core] [PATCH v3 2/2] initramfs-framwork: module to support boot live image

2017-07-10 Thread Ng, Wei Tee
Yes, I had squash the changes into a single commit and corrected the typo also. The changes is being submitted to the mailing list. Thanks a lot! Regards, Wei Tee -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Tuesday, July 11, 2017 1:43 AM To:

[OE-core] [PATCH 2/2] sign_rpm: support signing files in RPM payload

2017-07-10 Thread Jia Zhang
From: Lans Zhang Currently, RPM4 supports to sign the files in RPM payload with plugin mechanism. We introduce more definitions to make the file signing available for the users: - RPM_FILE_CHECKSUM_DIGEST Global switch to enable file signing. - RPM_FSK_PATH The file signing key. - RPM_FSK_PA

[OE-core] [PATCH 1/2] gpg_sign.py: fix overwriting the RPM macro __gpg in a wrong way

2017-07-10 Thread Jia Zhang
From: Lans Zhang The RPM macro used in --define option should not be prefixed by %%. Signed-off-by: Lans Zhang --- meta/lib/oe/gpg_sign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py index 7ce767e..c53df54 100644 --- a/m

Re: [OE-core] [PATCH 0/3] Enhancement on devtool edit-recipe

2017-07-10 Thread Chang, Rebecca Swee Fun
Ping in case maintainer has missed this series. Please let me know if there are any concern to merge this enhancement on devtool edit-recipe and I would rework it asap for 2.4M2. Thank you very much. Rebecca > -Original Message- > From: Chang, Rebecca Swee Fun > Sent: Wednesday, June 28,

Re: [OE-core] [PATCH v3] slang: add ptest

2017-07-10 Thread Robert Yang
Hello Stefan, There is an error when do_compile_ptest_base: | ../objs/libslang.a(sldisply.o): In function `tt_tgetstr': | /usr/src/debug/slang/2.3.1a-r0/slang-2.3.1a/src/sldisply.c:2576: undefined reference to `tgetstr' | ../objs/libslang.a(sldisply.o): In function `SLtt_initialize': | /usr/sr

[OE-core] ✗ patchtest: failure for update distro_alias to include unmap packages on other distro

2017-07-10 Thread Patchwork
== Series Details == Series: update distro_alias to include unmap packages on other distro Revision: 1 URL : https://patchwork.openembedded.org/series/7663/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several te

[OE-core] [PATCH] update distro_alias to include unmap packages on other distro

2017-07-10 Thread Tan Shen Joon
From: Shen Joon Tan Added packages with different names or based on sources that generates multiple binaries eg: python-pycurl source generates python3-pycurl as well. Currently, some of these packages are not displayed as part of other distro due to naming differences on the source rather than t

[OE-core] [oe-core][PATCH 1/1] go: centralize definition of COMPATIBLE_HOST

2017-07-10 Thread Joe Slater
Put it in goarch.bbclass which all go related recipes inherit. Signed-off-by: Joe Slater --- meta/classes/go.bbclass | 5 - meta/classes/goarch.bbclass | 6 ++ meta/recipes-devtools/go/go-cross.inc | 4 meta/recipes-devtools/go/go.inc | 6 -- 4 file

[OE-core] [PATCH v4 1/1] initramfs-framwork: module to support boot live image

2017-07-10 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet named setup-live in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to run before the rootfs a

[OE-core] [poky][master] [PATCH v4 0/1] initramfs-framework: configuration to boot up live image

2017-07-10 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi, This patch is to get initramfs-framework able to boot up live image. A new scriplet named setup-live module has been created to handle the removeable media detection and assign the rootfs.img. This is because the current rootfs module has no support for rootfs images, on

[OE-core] [PATCH] licenses.conf: enable CDDLv1 license

2017-07-10 Thread Martin Kelly
The CDDL license is now used by open-vm-tools in meta-openembedded, so we need to add it in order to prevent warnings. Signed-off-by: Martin Kelly --- meta/conf/licenses.conf | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index d210a0e94

[OE-core] ✗ patchtest: failure for gettext: Enable generation of libasprintf in gettext 0.19

2017-07-10 Thread Patchwork
== Series Details == Series: gettext: Enable generation of libasprintf in gettext 0.19 Revision: 1 URL : https://patchwork.openembedded.org/series/7657/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] gettext: Enable generation of libasprintf in gettext 0.19

2017-07-10 Thread Lev Iserovich
Libasprintf was included in gettext 0.16 recipe, but omitted for some reason in 0.19. This turns it back on. Signed-off-by: Lev Iserovich --- meta/recipes-core/gettext/gettext_0.19.8.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.1

[OE-core] [PATCH v3] opkg.py: Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager. [YOCTO #11488] Signed-off-by: Libertad Cruz --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create

[OE-core] ✗ patchtest: failure for opkg.py Adds tests for ipk/opkg (rev2)

2017-07-10 Thread Patchwork
== Series Details == Series: opkg.py Adds tests for ipk/opkg (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/7654/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] ✗ patchtest: failure for opkg.py Adds tests for ipk/opkg

2017-07-10 Thread Patchwork
== Series Details == Series: opkg.py Adds tests for ipk/opkg Revision: 1 URL : https://patchwork.openembedded.org/series/7654/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v2] opkg.py Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager. [YOCTO #11488] Signed-off-by: Libertad Cruz --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create

[OE-core] [PATCH] opkg.py Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager [YOCTO #11488] --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create mode 100644 meta/lib/oeqa/runtime

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Tom Rini
On Mon, Jul 10, 2017 at 03:36:57PM -0300, Otavio Salvador wrote: > This patch upgrades the U-Boot to the 2017.07 release. > > Signed-off-by: Otavio Salvador FWIW, git.denx.de is now up to date and has the githash in question. Reviewed-by: Tom Rini -- Tom signature.asc Description: Digita

[OE-core] [PATCH 0/3] rng-tools fixes and enhancements

2017-07-10 Thread Jan Kiszka
See patches for details. Jan Kiszka (3): rng-tools: Start as early as possible rng-tools: Don't use /dev/urandom as rngd default source rng-tools: Add support for Atheros 9170 hwrng meta/recipes-support/rng-tools/rng-tools/default | 11 +-- meta/recipes-support/rng-tools/rng-tools/

[OE-core] [PATCH 2/3] rng-tools: Don't use /dev/urandom as rngd default source

2017-07-10 Thread Jan Kiszka
From: Jan Kiszka Big no-no when you want to have more than a toy device, so let's not make this a default. See also https://lwn.net/Articles/525459. Signed-off-by: Jan Kiszka --- meta/recipes-support/rng-tools/rng-tools/default | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 1/3] rng-tools: Start as early as possible

2017-07-10 Thread Jan Kiszka
From: Jan Kiszka This helps systems with little architectural entropy to initialize the random pool earlier. We just need to wait for udev so that drivers have been probed already. Signed-off-by: Jan Kiszka --- meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +- 1 file changed, 1 insertion(+

[OE-core] [PATCH 3/3] rng-tools: Add support for Atheros 9170 hwrng

2017-07-10 Thread Jan Kiszka
From: Jan Kiszka Useful only on devices with no other sources: USB WLAN sticks based on the Atheros 9170 (carl9170 kernel driver) provide a hardware random generator. However, the interface needs to be up in order to is the generator. That's not the case until ifup ran, but wpa_supplicant will bl

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Denys Dmytriyenko
On Mon, Jul 10, 2017 at 08:47:23PM +0200, Marek Vasut wrote: > On 07/10/2017 08:36 PM, Otavio Salvador wrote: > > This patch upgrades the U-Boot to the 2017.07 release. > > > > Signed-off-by: Otavio Salvador > > --- > > > > .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc}

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
On Mon, Jul 10, 2017 at 4:11 PM, Marek Vasut wrote: > On 07/10/2017 09:08 PM, Khem Raj wrote: >> may be pushing to upstream and then pulling before populating the >> mirrors could solve such issues. but I think we should use github.com >> in OE src_uri's for speed reasons. > > Not everyone is a bi

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 09:08 PM, Khem Raj wrote: > On 7/10/17 12:06 PM, Tom Rini wrote: >> On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote: >>> On 07/10/2017 09:01 PM, Tom Rini wrote: On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: > On 07/10/2017 08:51 PM, Otavio Salvador

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Tom Rini
On Mon, Jul 10, 2017 at 12:08:41PM -0700, Khem Raj wrote: > On 7/10/17 12:06 PM, Tom Rini wrote: > > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote: > >> On 07/10/2017 09:01 PM, Tom Rini wrote: > >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: > On 07/10/2017 08:5

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Khem Raj
On 7/10/17 12:06 PM, Tom Rini wrote: > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote: >> On 07/10/2017 09:01 PM, Tom Rini wrote: >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: On 07/10/2017 08:51 PM, Otavio Salvador wrote: > On Mon, Jul 10, 2017 at 3:47 PM,

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 09:06 PM, Tom Rini wrote: > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote: >> On 07/10/2017 09:01 PM, Tom Rini wrote: >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: On 07/10/2017 08:51 PM, Otavio Salvador wrote: > On Mon, Jul 10, 2017 at 3:47 P

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Tom Rini
On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote: > On 07/10/2017 09:01 PM, Tom Rini wrote: > > On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: > >> On 07/10/2017 08:51 PM, Otavio Salvador wrote: > >>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: > On 07/10/2017

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 09:02 PM, Marek Vasut wrote: > On 07/10/2017 09:01 PM, Tom Rini wrote: >> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: >>> On 07/10/2017 08:51 PM, Otavio Salvador wrote: On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: > On 07/10/2017 08:36 PM, Otavio Salv

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 09:01 PM, Tom Rini wrote: > On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: >> On 07/10/2017 08:51 PM, Otavio Salvador wrote: >>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: On 07/10/2017 08:36 PM, Otavio Salvador wrote: > This patch upgrades the U-Boot

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Tom Rini
On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote: > On 07/10/2017 08:51 PM, Otavio Salvador wrote: > > On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: > >> On 07/10/2017 08:36 PM, Otavio Salvador wrote: > >>> This patch upgrades the U-Boot to the 2017.07 release. > >>> > >>> Signed-

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 08:51 PM, Otavio Salvador wrote: > On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: >> On 07/10/2017 08:36 PM, Otavio Salvador wrote: >>> This patch upgrades the U-Boot to the 2017.07 release. >>> >>> Signed-off-by: Otavio Salvador >>> --- >>> >>> .../u-boot/{u-boot-common_2017.

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: > On 07/10/2017 08:36 PM, Otavio Salvador wrote: >> This patch upgrades the U-Boot to the 2017.07 release. >> >> Signed-off-by: Otavio Salvador >> --- >> >> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 >> +- >>

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Marek Vasut
On 07/10/2017 08:36 PM, Otavio Salvador wrote: > This patch upgrades the U-Boot to the 2017.07 release. > > Signed-off-by: Otavio Salvador > --- > > .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 > +- > .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_201

[OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
This patch upgrades the U-Boot to the 2017.07 release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0 .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-

Re: [OE-core] [PATCH v3 2/2] initramfs-framwork: module to support boot live image

2017-07-10 Thread Otavio Salvador
On Thu, Jul 6, 2017 at 3:28 PM, wrote: > From: "Ng, Wei Tee" > > setup-live module is a new module being introduced to integrate the > functionality of init-live.sh into new scriptlet in order to > support the live boot image. The udev-extraconf rdepends is being > added to perform automounting.

Re: [OE-core] [PATCH v3 1/2] initramfs-framework: setup-live: detect media and assign rootfs image

2017-07-10 Thread Otavio Salvador
On Thu, Jul 6, 2017 at 3:28 PM, wrote: > From: "Ng, Wei Tee" > > Integrate the featuers in init-live.sh into new scriptlet to handle typo! > boot up live image process using framework method. > > This commit include the changes for: > - Create a conditional loop for the bootparam_root variable

Re: [OE-core] [PATCH v4 0/4] fix runtime testing using systemd-boot targe

2017-07-10 Thread Stephano Cetola
Any updates on this? I can setup a test for this if one doesn't already exist. Cheers, Stephano On 06/20, Stephano Cetola wrote: > I'm sending this on behalf of Zeeshan Ali . One of > the patches required a rebase and he is on vacation. This fixes > [YOCTO #11524]. > > Erik Botö (4): > sshcon

[OE-core] Yocto Project Status WW28’17 EOW

2017-07-10 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M2 Next Deadline: YP 2.4 M2 Cut off is July 17, 2017 SWAT team rotation: Maxin -> Cal on July 7, 2017. SWAT team rotation: Cal -> Joshua on July 14, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-10 Thread Andrea Galbusera
On Tue, Jun 27, 2017 at 3:16 PM, Jussi Kukkonen wrote: > Imports the current EGL API registry from Khronos. > > Makes EGL support optional: this is reflected in the recipe but > egl is enabled by default as before. > > Signed-off-by: Jussi Kukkonen > --- > .../libepoxy/{libepoxy_1.4.2.bb => lib

Re: [OE-core] [PATCH] mesa: Split --with-platforms from egl PACKAGECONFIG

2017-07-10 Thread Andrea Galbusera
On Mon, Jul 10, 2017 at 3:32 PM, Otavio Salvador wrote: > On Mon, Jul 10, 2017 at 8:54 AM, Jussi Kukkonen > wrote: > > Mesa platforms no longer depend directly on egl. Current > > implementation breaks without egl with x11 (which can happen with > > mesa-gl). > > > > Separate the platform select

Re: [OE-core] [PATCH 01/10] glibc: Upgrade to 2.25.90

2017-07-10 Thread Khem Raj
On Mon, Jul 10, 2017 at 5:12 AM, Burton, Ross wrote: > > On 8 July 2017 at 14:34, Khem Raj wrote: >> >> +SRCREV_localedef ?= "51e945a8f950a6695754b11c1e6fba8bb750e100" > > > ERROR: cross-localedef-native-2.25.90-r0 do_fetch: Fetcher failure: Unable > to find revision 51e945a8f950a6695754b11c1e6fb

Re: [OE-core] [PATCH] mesa: Split --with-platforms from egl PACKAGECONFIG

2017-07-10 Thread Otavio Salvador
On Mon, Jul 10, 2017 at 8:54 AM, Jussi Kukkonen wrote: > Mesa platforms no longer depend directly on egl. Current > implementation breaks without egl with x11 (which can happen with > mesa-gl). > > Separate the platform selection. Make drm platform depend on gbm > PACKAGECONFIG by default. > > Sig

Re: [OE-core] [PATCH 2/2] kernel: user defined KERNEL_VERSION_PKG_NAME

2017-07-10 Thread Bruce Ashfield
Sorry for the slow reply. I was on vacation last week and didn't get back to this. Once I've waded through some email, I'll circle back and have a closer look. Bruce On Mon, Jul 3, 2017 at 10:36 AM, Razvan Heghedus wrote: > > > On 06/29/2017 04:06 PM, Bruce Ashfield wrote: > > > > On Thu, Jun

Re: [OE-core] [PATCH 01/10] glibc: Upgrade to 2.25.90

2017-07-10 Thread Burton, Ross
On 8 July 2017 at 14:34, Khem Raj wrote: > +SRCREV_localedef ?= "51e945a8f950a6695754b11c1e6fba8bb750e100" > ERROR: cross-localedef-native-2.25.90-r0 do_fetch: Fetcher failure: Unable to find revision 51e945a8f950a6695754b11c1e6fba8bb750e100 in branch master even from upstream Did you push? Ro

[OE-core] [PATCHv2] vulkan-demos: Add recipe

2017-07-10 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. * Add patch to install binaries and data. * Add patch to fix build on X86 * Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen --- Changes sin

[OE-core] [PATCH] mesa: Split --with-platforms from egl PACKAGECONFIG

2017-07-10 Thread Jussi Kukkonen
Mesa platforms no longer depend directly on egl. Current implementation breaks without egl with x11 (which can happen with mesa-gl). Separate the platform selection. Make drm platform depend on gbm PACKAGECONFIG by default. Signed-off-by: Jussi Kukkonen --- This keeps the defaults as they were

[OE-core] [PATCH] initscripts: start bootmisc.sh at 36 instead of 55

2017-07-10 Thread David Vincent
bootmisc.sh is responsible for setting the system date to a sane default. Currently, it is the last script to be run from the rcS runlevel. Problem is that the files created before appear to have been created on 1/1/1970. Most notably, /var/log/dmesg created in dmesg.sh cannot be properly rotated

[OE-core] [PATCH 1/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch

2017-07-10 Thread Robert Yang
The recipe and patches (including this patch) had been moved into meta-mingw, this dangling patch is useless here, so should be removed. Signed-off-by: Robert Yang --- ...Fix-link-error-when-compiling-with-gcc-O0.patch | 36 -- 1 file changed, 36 deletions(-) delete mode 100

[OE-core] [PATCH 0/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch

2017-07-10 Thread Robert Yang
The following changes since commit 7dd5dfc4d56f1201110d947ce1ca3c6d64fbc7da: oeqa/tinfoil: Improve test_wait_event for race issues (2017-07-08 13:34:00 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/libiconv http://cgit.openembedded

[OE-core] [OE-Core][PATCHv2] dkms: Add new recipe for supporting dkms

2017-07-10 Thread Alexandru Vasiu
Dkms is a tool used to compile out of tree modules directly on target devices (sometimes you have sources or binaries which need to be compiled directly on target, outside OE). I used a simple module and a dkms config to test it, and dkms compiled and installed the module on target. For example: .

Re: [OE-core] [PATCH v2 1/2] mesa: Avoid platform probing when building without EGL

2017-07-10 Thread Jussi Kukkonen
On 8 July 2017 at 18:34, Andrea Galbusera wrote: > Hi! > > On Mon, Jul 3, 2017 at 10:02 PM, Otavio Salvador > wrote: > >> The 17.1.2 release has changed the platform setting and when not >> explicitly disabled it assumes x11 support. >> >> Fixes: >> >> | checking for x11-xcb xcb xcb-dri2 >= 1.8