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
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
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
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:
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
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
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,
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
== 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
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
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
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
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
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
== 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
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
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
== 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
== 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
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
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
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
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/
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
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(+
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
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}
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
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
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
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,
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
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
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
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
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-
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.
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
>> +-
>>
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
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-
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.
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
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
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:
·
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
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
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
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
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
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
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
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
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
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
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
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:
.
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
57 matches
Mail list logo