Fix Python3 TypeError error in check_perl_modules:
Executing bitbake, the following error message will be throwed:
File ".../poky/meta/classes/sanity.bbclass", line
979, in check_sanity_eventhandler
check_sanity(sanity_data)
File ".../poky/meta/classes/sanity.bbclass", line
943, in check_
When I use recipetool to add a new recipe, it says:
[snip]
sys.exit(14)
NameError: name 'sys' is not defined
[snip]
Signed-off-by: Lei Yang
---
scripts/lib/recipetool/create_npm.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/lib/recipetool/create_npm.py
b/scripts/lib/recipetool
On 2019/4/9 上午12:36, Khem Raj wrote:
On Sun, Apr 7, 2019 at 6:59 PM Kang Kai wrote:
On 2019/4/4 下午3:52, kai.k...@windriver.com wrote:
From: Kai Kang
When gcc compile options '-O2 -fvisibility=default' are applied, it
fails to compile virglrenderer for x86:
| ld: gallium/auxiliary/.libs/libg
On 4/9/19 8:52 PM, Richard Purdie wrote:
> I'm sorry to have to say this but the project is terminating its
> official eclipse plugin support with immediate effect.
Does this affect the stable branches as well?
- armin
>
> There is nobody willing to keep the builds going, fix bugs, port to new
On Tue, Apr 9, 2019 at 9:52 PM Burton, Ross wrote:
>
> Hm, annoying.
>
> The recipe that depends on docbook-xml-dtd4-native also needs to
> depend on libxml2-native.
>
> Ross
>
Do I have to go through recipes failing - or is there a chance for a
common solution?
Andreas
--
__
Please don't forget to include:
http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280094.html
and similar one for sumo:
http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280093.html
in the next pull.
I don't see them included in any thud-next/thud-nmut branche
On Mon, 2019-03-18 at 11:21 -0400, Mark Asselstine wrote:
> Per https://github.com/golang/go/wiki/GoArm we need to set GOARM when
> cross building for ARMv5, ARMv6 and ARMv7. The current approach of
> using TUNE_FEATURES can be error prone, as we can see today when
> attempting to build for Cortex-
On Mon, 2019-03-18 at 11:21 -0400, Mark Asselstine wrote:
> Currently we are not doing a good job of consolidating GO environment
> variables used by the go build system in the go.bbclass, instead we
> are relying on the individual GO recipe authors to perform the
> exports. This can result in inco
On 4/8/19 2:20 PM, Burton, Ross wrote:
> On Mon, 8 Apr 2019 at 20:03, Alejandro del Castillo
> wrote:
>> +do_install_ptest() {
>> + install -d ${D}${PTEST_PATH}
>> + install -m 755 ${WORKDIR}/run-ptest ${D}/${PTEST_PATH}/run-ptest
>> + install -m 755 ${B}/Makefile ${D}${PTEST_
Hm, annoying.
The recipe that depends on docbook-xml-dtd4-native also needs to
depend on libxml2-native.
Ross
On Tue, 9 Apr 2019 at 18:55, Andreas Müller wrote:
>
> Hi,
>
> Just updated to current master to rebase my patches. Now I get for
> meta-qt5-extra/kglobalaccel:
>
> ERROR: kglobalaccel-
ELL has originally been part of meta-openembedded, but newer versions
of some of the poky components depend on it, e.g. ofono.
Signed-off-by: Oleksandr Kravchuk
---
meta/conf/distro/include/maintainers.inc | 1 +
meta/recipes-core/ell/ell_0.18.bb| 22 ++
2 files chan
Hi,
Just updated to current master to rebase my patches. Now I get for
meta-qt5-extra/kglobalaccel:
ERROR: kglobalaccel-5.56.0-r0 do_prepare_recipe_sysroot: Error
executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/fail
From: Bruce Ashfield
Integrating the following configuration change:
Author: Kevin Hao
Date: Wed Apr 3 19:30:58 2019 +0800
mips: Enable the poweroff driver for the qemumips/qemumips64
As Indicated by Richard Purdie, in order to shutdown the machine we have
to explicitly enable t
From: Bruce Ashfield
Integrating Kevin's patch that cleans up a build warning:
x86: Drop the duplicate define of TIF_NEED_RESCHED_LAZY
The two merge commits 107b161b1cbaf ("Merge branch 'v4.19/standard/base'
into v4.19/standard/preempt-rt/base") and dc37b7080cd55 ("Merge tag
'v4
From: Bruce Ashfield
Tweaking the qemuarm -tiny configuration so it will boot to a
prompt. There are still some remaining issues (like hvc console
warnings), but this is much better than a silent boot, or boot
hang like we previously had.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/l
From: Bruce Ashfield
The other kernel versions had the -tiny KBRANCH typo of 4.15
fixed, but 4.18 was missed. So we update the kbranch to the right
version for 4.18 as well.
[YOCTO #13247]
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 +-
1 file chan
From: Bruce Ashfield
Integrating the follow config tweak:
cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH
In the following commits, these two options have been replaced by
CONFIG_AUDITSYSCALL which is in audit.cfg.
c8fc5d49c341 ("audit: remove WATCH and TREE config
From: Bruce Ashfield
Richard,
Here's the M4 pull request for linux-yocto*. It is mainly configuration
updates and fixes that I've gether over the past few weeks. I expect
to have one more set of -stable updates, but otherwise, there are no
other significant planned changes.
This series should f
From: Bruce Ashfield
Integrating Paul Gortmaker's -stable ports to 4.18 which comprise the
following commits:
56f9fe35a4c5 Linux 4.18.33
bf44ff79b855 net: hns: Fixes the missing put_device in positive leg for roce
reset
81614c514f4e mm: Use fixed constant in page_frag_alloc instead of
From: Bruce Ashfield
The 4.18 kernel has been replaced by 4.19 and 5.0 in master.
poky-tiny has been tested against 5.0, so we can now remove
the 4.18 recipes.
The 4.18 branches will continue to be maintained, but we only
want two active kernels in the master/releases branches.
Signed-off-by: B
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
says, that udev is responsible for predictable network interface names,
so udev package is a better place for its configuration file.
Signed-off-by: Tomasz Meresiński
---
meta/recipes-core/systemd/systemd_241.bb
I'm sorry to have to say this but the project is terminating its
official eclipse plugin support with immediate effect.
There is nobody willing to keep the builds going, fix bugs, port to new
eclipse releases or release the current plugin. This has been raised in
many forums, multiple times and no
Signed-off-by: Ross Burton
---
meta/lib/oeqa/utils/qemurunner.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/utils/qemurunner.py
b/meta/lib/oeqa/utils/qemurunner.py
index 49020c1e636..1abb2c1b6cb 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/
Current Dev Position: YP 2.7 M4 (New feature Freeze has begun.)
Next Deadline: YP 2.7 M3 Release Target was Mar. 8, 2019 and it should
release today!
SWAT Team Rotation:
* SWAT lead is currently: Amanda
* SWAT team rotation: Amanda -> Chen on Apr. 12, 2019
* SWAT team rotat
Something here isn't working quite right:
WARNING: core-image-base-1.0-r0 do_image_qa: /usr/bin/cpan is a broken link
etc etc
/usr/bin/cpan is a symlink to /usr/bin/cpan.perl, which isn't in the
image. In fact, it's in perl-misc:
perl-misc:
/usr/bin/corelist.perl
/usr/bin/cpan.p
please concider these changes for thud.
The following changes since commit 45032e30be70503faeee468159b216031b729309:
build-appliance-image: Update to thud head revision (2019-03-27 23:22:49
+)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib
You need to insert an entry for ell into maintainers.inc at the same time.
Alex
> On 8 Apr 2019, at 22.50, Oleksandr Kravchuk
> wrote:
>
> ELL has originally been part of meta-openembedded, but newer versions
> of some of the poky components depend on it, e.g. ofono.
>
> Signed-off-by: Oleksa
The following changes since commit d7c0e9d1800912a0f35fb554d54945b728a04a6f:
gtk+: update for new catalog path (2019-04-05 17:27:40 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/bool
http://cgit.openembedded.org/openembedded-core-co
Make it consistent with bitbake
Signed-off-by: Robert Yang
---
meta/classes/sstate.bbclass | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 6f51d9c..424acfb 100644
--- a/meta/classes/sstate.bbclass
+++ b/met
29 matches
Mail list logo