On Thu, Mar 30, 2017 at 3:20 PM, wrote:
> From: Ming Liu
>
> Add kernel_link_images task in kernel.bbclass instead of adding it in
> linux-yocto.inc, or else the recipes inheriting kernel.bbclass might
> run into implicit dependency issues.
>
> Signed-off-by: Ming Liu
> ---
> meta/classes/kern
devtool/runqemu.py was relying on STAGING_BINDIR_NATIVE to find the host
tools it needed like qemu-system-. In the post RSS world, this no
longer exists. This patch points it to
{STAGING_DIR}/{BUILD_ARCH}/{bindir_native}.
[YOCTO #11223]
Signed-off-by: brian avery
---
scripts/lib/devtool/runqem
The removal of STAGING_BINDIR_NATIVE broke runqemu in the esdk. This patch
points the
"devtool runqemu" into the correct native bindir where the necessary tools are
located.
This fixes Bug 11223.
-brian
The following changes since commit eff56e4f0d59b1d965a68e4f009b7f07717b7edd:
bitbake: bit
the only references i see to the deprecated FILESDIR are historical,
none actually being used. what about just tossing it?
rday
--
Robert P. J. Day Ottawa, Ontario, CANADA
On Wednesday, 5 April 2017 5:02:05 AM NZST Patchwork wrote:
> * Issue Patch line too long (current length 214)
> [test_max_line_length] Suggested fixShorten the corresponding patch
> line (max length supported 180) Patch
> meta/classes/sanity.bbclass
> Line
On Tue, 4 Apr 2017 15:22:10 -0700
brian avery wrote:
> oe-find-native-sysroot: Recipe Specific Sysroots have eliminated the
> large STAGING_DIR_NATIVE. Now, we will rely on the meta-ide-support
> sysroot that is what was populating the large STAGING_DIR_NATIVE in
> previous versions anyway. We n
The results of meta-ide-support are used by utilities like runqemu and
runqemu-extract-sdk. Since the usr/bin that meta-ide-support creates is
subsequently removed bu rm_work, we exclude this recipe from the rm_work
list.
[YOCTO #9]
Signed-off-by: brian avery
---
meta/recipes-core/meta/met
oe-find-native-sysroot: Recipe Specific Sysroots have eliminated the
large STAGING_DIR_NATIVE. Now, we will rely on the meta-ide-support
sysroot that is what was populating the large STAGING_DIR_NATIVE in
previous versions anyway. We now look for RECIPE_SYSROOT_NATIVE.
[YOCTO #9]
Signed-off-b
RSS removed the "giant native sysroot" so now we need a modify how tools like
runqemu and
runqemu-extract-sdk find the native tools they need to run. This patch uses
the result of
meta-ide-support which has pseudo as well as tools like unfsd in it's usr/bin
to run.
Since the meta-ide-support m
The create-patch-request script creates patches as replies to a cover
letter, in the form of an email thread. If further revisions are sent to
the mailing list without referencing to the first revision, these new
revisions are not identified at the mailing list as part of the original
thread, but a
On Tue, Apr 04, 2017 at 10:48:54AM +0100, Burton, Ross wrote:
> On 4 April 2017 at 09:02, Martin Jansa wrote:
>
> > -PREFERRED_VERSION_linux-yocto ??= "4.8%"
> > +PREFERRED_VERSION_linux-yocto ??= "4.10%"
> >
>
> The qemuppc and qemumips machines don't have a preferred version, so should
> we be
== Series Details ==
Series: sanity: explain where TMPDIR is if we're telling the user to delete it
(rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/6146/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated res
From: Leonardo Sandoval
To generalize the unit test for other kernel providers, use virtual/kernel
instead
of linux-yocto, allowing to run the selftest on non-poky distros, i.e.
poky-tiny.
Signed-off-by: Leonardo Sandoval
---
meta/lib/oeqa/selftest/devtool.py | 23 ---
1
From: Leonardo Sandoval
This change allows quering for variables with the format A_B, i.e.
PREFERRED_PROVIDER_virtual/kernel instead of just A.
Signed-off-by: Leonardo Sandoval
---
meta/lib/oeqa/utils/commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa
On 4 April 2017 at 16:13, Christopher Larson wrote:
> This looks good, though I wonder if we should explicitly state that it
> should be removed. I could see someone wondering how they “clean” their
> tmpdir :)
>
Good point, v2 sent.
Ross
--
___
Open
Signed-off-by: Ross Burton
---
meta/classes/sanity.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 94c78b5..e8064ac 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -589,7 +589
On Tue, Apr 4, 2017 at 7:22 AM, Ross Burton wrote:
> Signed-off-by: Ross Burton
> ---
> meta/classes/sanity.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
> index 94c78b5..ade8cb6 100644
> --- a/meta/cla
From: Ming Liu
Override RTLDLIST for nativesdk, or else ldd would fail to run on
SDK targets.
Signed-off-by: Ming Liu
---
meta/recipes-core/glibc/glibc-ld.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/glibc/glibc-ld.inc
b/meta/recipes-core/glibc/glibc-ld.inc
index
== Series Details ==
Series: sanity: explain where TMPDIR is if we're telling the user to delete it
Revision: 1
URL : https://patchwork.openembedded.org/series/6146/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. S
From: Jose Perez Carranza
Add the corresponding Testopia ID to the test cases for dnf
Signed-off-by: Jose Perez Carranza
---
meta/lib/oeqa/runtime/cases/dnf.py | 12
1 file changed, 12 insertions(+)
diff --git a/meta/lib/oeqa/runtime/cases/dnf.py
b/meta/lib/oeqa/runtime/cases/dn
There are a number of reasons that importing a module could cause output on
stderr that isn't a fatal error (compatibilty problems with inputrc, or encoding
warnings) so backport a patch from autoconf-archive to only check the exit code
instead of asserting that stderr is empty.
[ YOCTO #11231 ]
Signed-off-by: Ross Burton
---
meta/classes/sanity.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 94c78b5..ade8cb6 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -589,7 +589
On Tue, 2017-04-04 at 11:22 +0100, Burton, Ross wrote:
>
> On 4 April 2017 at 05:20,
> wrote:
> The recipe being tested (devtoo-test-patch-gz) by devtool has
> dependencies (at
> least libxres and virtual/libx11) that cannot be built with
> poky-tiny distro so
>
Only change since v1 is one new patch for oe-build-perf-report-email.py.
The following changes since commit 3b7111b30dbd9a4cdd141b594164da18c15ae970:
automake: Adjust shebang lines to remove interpreter path hardcode
(2017-04-01 08:22:04 +0100)
are available in the git repository at:
git:
Hi,
Is it possible to invalidate one recipe's hash for a specific task from
another recipe?
More specifically, I have an initramfs image recipe and a main image recipe
where do_rootfs of the main image [depends] on do_deploy of initramfs.
If do_rootfs of the main image needs to be re-run, I need
== Series Details ==
Series: oe-selftest: test wic sparse_copy API
Revision: 1
URL : https://patchwork.openembedded.org/series/6144/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed o
Added new parameter 'api' to sparse_copy function to specify
underlying filemap API to use. By default sparse_copy will
try both available APIs.
Added test case for sparse_copy to wic test suite.
Signed-off-by: Ed Bartosh
---
meta/lib/oeqa/selftest/wic.py | 26 ++
script
On 3 April 2017 at 16:39, Leonardo Sandoval <
leonardo.sandoval.gonza...@linux.intel.com> wrote:
> so why the sums are not changed in the recipe if these change at the
> upstream repo?
>
Because the patch changes the SRC_URI to point at our mirror, which
contains the old tarball.
Ross
--
__
On 04/04/2017 12:29 PM, yin.thong.cho...@intel.com wrote:
-SRC_URI =
"https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz \
+S = "${WORKDIR}/${PN}-r3-9-1"
+
+UPSTREAM_CHECK_URI = "https://github.com/${PN}/${PN}/releases";
+
+SRC_URI = "https://github.com/${PN}/${PN}/archive/r3
On 4 April 2017 at 05:20,
wrote:
> The recipe being tested (devtoo-test-patch-gz) by devtool has dependencies
> (at
> least libxres and virtual/libx11) that cannot be built with poky-tiny
> distro so
> skip the test for this particular policy.
>
I think that whilst this is probably a good fix fo
On 4 April 2017 at 09:02, Martin Jansa wrote:
> -PREFERRED_VERSION_linux-yocto ??= "4.8%"
> +PREFERRED_VERSION_linux-yocto ??= "4.10%"
>
The qemuppc and qemumips machines don't have a preferred version, so should
we be setting it in all the machine configurations, or can we remove it
from these
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 4 ++--
1 file
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to github.com. This github link
is distributions to fedoreproject.org and the contact
Mailing list: cronie-devel AT lists.fedorahosted DOT org
[YOCTO #11226]
Signed-off-by: Choong YinTh
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to update
the SRC_URI to point to github.com.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 12
1 file changed, 8 insertions(+), 4 deletions(-)
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to github.com.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 12
1 file changed, 8 insertions(+), 4 deletions(-)
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-extended/newt/libnewt_0.52.19.bb | 4 ++--
1 file changed, 2
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-extended/libuser/libuser_0.62.bb | 6 +++---
1 file changed,
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 ++--
1 file changed, 2 in
From: Choong YinThong
Fedorahosted.org was retired on March 1st, 2017.
Replace all fedorahosted.org SRC_URI with source pagure.io and github.com.
Choong YinThong (8):
selftest/recipetool: replace fedorahosted.org SRC_URI with github.com
source
xmlto: replace fedorahosted.org SRC_URI with
From: Choong YinThong
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to github.com.
[YOCTO #11226]
Signed-off-by: Choong YinThong
---
meta/lib/oeqa/selftest/recipetool.py | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/
== Series Details ==
Series: linux-yocto: -stable, -rt updates and 4.8 removal (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/6024/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests h
The configuration change was already done for -native but
we really want it when USE_NLS is set.
Fixes [YOCTO #11285].
Signed-off-by: Jussi Kukkonen
---
meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/meta/
On Mon, 2017-04-03 at 18:25 +0100, Burton, Ross wrote:
>
> On 3 April 2017 at 18:03, Andre McCurdy wrote:
> > +EXTRA_OECONF_append_class-native = "--without-simd"
>
>
> Missing space?
>
>
> Argh. V3 incoming.
I'm so glad that this can happen even to the best
* 4.8 version was removed in:
commit 466e6e45ca04a07ebe1b1f52de747f077b362d54
Author: Bruce Ashfield
Date: Tue Mar 28 08:58:07 2017 -0400
linux-yocto: drop 4.8 recipes
We have 4.1 (LTSI), 4.4 (LTS), 4.9 (LTS/LTSI) and 4.10 available in
master. 4.8 is no longer required, so we
Adding Saul, since he mentioned that the defaults for x86 had
changed .. but now that I think about it, it was in the context
of the h/w reference boards.
Either way, I can take care of it .. I had thought that it was
already done, but the patch is simple to bump the default.
Bruce
On 04/04/201
What about updating preferred version, so that each build doesn't start
with this very nice output?
meta/conf/machine/include/x86-base.inc:PREFERRED_VERSION_linux-yocto ??=
"4.8%"
meta/conf/machine/qemuarm.conf:PREFERRED_VERSION_linux-yocto ??= "4.8%"
NOTE: Resolving any missing task queue depend
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Andre McCurdy
> Sent: den 4 april 2017 03:59
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] busybox.inc: drop
> -Original Message-
> From: Leonardo Sandoval
> [mailto:leonardo.sandoval.gonza...@linux.intel.com]
> Sent: den 3 april 2017 17:45
> To: Peter Kjellerstedt
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 3/3] base-files: profile: Simplify
> setting variables
The library libxml2 can provide its own bindings for python2 in addition
to the third party python-lxml and python3-lxml packages if this
functionality is enabled in PACKAGECONFIG.
But in case the functionality is disabled there's no need to depend
on python2.
Make the dependency on python2 enabl
49 matches
Mail list logo