On 24/01/2019 08:52, Robert Yang wrote:
On 1/24/19 3:31 PM, Robert Yang wrote:
Hi Richard.L,
On 1/24/19 3:09 PM, Richard Leitner wrote:
Hi,
I'm currently facing issues on how to include a fitImage with
devicetrees and a INITRAMFS_IMAGE in my rootfs image.
I think that set both INITRAMFS
On 1/24/19 3:31 PM, Robert Yang wrote:
Hi Richard.L,
On 1/24/19 3:09 PM, Richard Leitner wrote:
Hi,
I'm currently facing issues on how to include a fitImage with devicetrees and
a INITRAMFS_IMAGE in my rootfs image.
I think that set both INITRAMFS_IMAGE and INITRAMFS_IMAGE_BUNDLE should w
On 24/01/2019 08:31, Robert Yang wrote:
Hi Richard.L,
On 1/24/19 3:09 PM, Richard Leitner wrote:
Hi,
I'm currently facing issues on how to include a fitImage with
devicetrees and a INITRAMFS_IMAGE in my rootfs image.
My config is something like:
KERNEL_IMAGETYPE = "fitImage"
KERNEL_CLASSE
Hi Richard.L,
On 1/24/19 3:09 PM, Richard Leitner wrote:
Hi,
I'm currently facing issues on how to include a fitImage with devicetrees and a
INITRAMFS_IMAGE in my rootfs image.
My config is something like:
KERNEL_IMAGETYPE = "fitImage"
KERNEL_CLASSESÂ = "kernel-fitimage"
KERNEL_DEVICETREE =
Hi,
I'm currently facing issues on how to include a fitImage with
devicetrees and a INITRAMFS_IMAGE in my rootfs image.
My config is something like:
KERNEL_IMAGETYPE = "fitImage"
KERNEL_CLASSES = "kernel-fitimage"
KERNEL_DEVICETREE = "a.dtb b.dtb c.dtb"
INITRAMFS_IMAGE = "initramfs-mine"
To
This can save configure time since it runs configure multiple times:
$ time bitbake gcc-runtime -cconfigure
60s -> 54s
Saved 6s
Signed-off-by: Robert Yang
---
meta/recipes-devtools/gcc/gcc-runtime.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/cf
http://cgit.openembedded.org/openembedded-core-
This can save configure time since it runs configure multiple times:
$ time bitbake gettext-native -cconfigure
2m22s -> 2m2s
Saved 20s
Signed-off-by: Robert Yang
---
meta/recipes-core/gettext/gettext_0.19.8.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/gettext/g
This can save configure time since it runs configure multiple times:
$ time bitbake ncurses-native -cconfigure
35s -> 25s
Saved 10s
Signed-off-by: Robert Yang
---
meta/recipes-core/ncurses/ncurses_6.1+20181013.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recip
Otherwise the recipe would not be rebuilt when enable/disable DEBUG_BUILD.
Signed-off-by: Robert Yang
---
meta/conf/bitbake.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0bdcd04..b00a52b 100644
--- a/meta/conf/bit
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/debug
http://cgit.openembedded.org/openembedded-co
This makes dbg work for native tools, and makes debug native tools problem
easier, otherwise, there is no symbol since trippped.
Signed-off-by: Robert Yang
---
meta/classes/cross.bbclass | 3 +++
meta/classes/native.bbclass | 3 +++
2 files changed, 6 insertions(+)
diff --git a/meta/classes/cr
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/native
http://cgit.openembedded.org/openembedded-c
This CONFIG_SITE has no effect since autotools.bbclass handles it. And the
comment line is out of date, it was for "CONFIG_SITE = ''", so remove them.
Signed-off-by: Robert Yang
---
meta/classes/native.bbclass | 3 ---
meta/site/native| 1 -
2 files changed, 4 deletions(-)
delete mo
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/ft
http://cgit.openembedded.org/openembedded-core-
Otherwise, there would be build errors in the following 2 cases:
* define HAVE_POSIX_FADVISE
Or:
* undef HAVE_POSIX_FADVISE
Signed-off-by: Robert Yang
---
...cache.c-Fix-define-for-HAVE_POSIX_FADVISE.patch | 33 ++
.../fontconfig/fontconfig_2.12.6.bb| 1 +
2
It doesn't need them since no compile happens.
Signed-off-by: Robert Yang
---
meta/classes/packagegroup.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/packagegroup.bbclass
b/meta/classes/packagegroup.bbclass
index d540d42..94a59e0 100644
--- a/meta/classes/packagegro
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/package
http://cgit.openembedded.org/openembedded-
Fixed:
$ export CCACHE_DEBUG=1
$ ccache gcc -c hello.c -o /dev/null
Segmentation fault (core dumped)
This is because failed to open /dev/null.foo (Permission denied), check file
stream before write to it can fix the problem.
Signed-off-by: Robert Yang
---
meta/recipes-devtools/ccache/ccache_3.
As we did for SSTATE_DIR.
Signed-off-by: Robert Yang
---
meta/conf/bitbake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0bdcd04..4ee14c6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -866,7 +8
* Rebased 0002-dev.mk.in-fix-file-name-too-long.patch and sent it to upstream,
and got merged.
* The LIC_FILES_CHKSUM is changed because of year updated.
Signed-off-by: Robert Yang
---
meta/recipes-devtools/ccache/ccache_3.5.bb| 11 ---
meta/recipes-devtools/ccache/
cmake-native requires --enable-ccache to enable ccache, target recipe doesn't
need this since it is already handled by cmake.bbclass.
Signed-off-by: Robert Yang
---
meta/recipes-devtools/cmake/cmake-native_3.12.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/cmake/
Make native recipes depend on ccache-native should be enough since native
recipes are on target/nativesdk recipes' dependency chain, this can reduce the
size of DEPENDS.
Signed-off-by: Robert Yang
---
meta/classes/ccache.bbclass | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --g
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/ccache
http://cgit.openembedded.org/openembedded-c
Fixed a race issue when do_install:
Generating wrapper script for
/path/to/8.1-r0/image/path/to/8.1-r0/recipe-sysroot-native/usr/bin/perl-native/perl5.28.1
mv: cannot stat
/path/to/8.1-r0/image/path/to/8.1-r0/recipe-sysroot-native/usr/bin/perl-native/perl5.28.1:
No such file or directory
Signed-of
The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/perl
http://cgit.openembedded.org/openembedded-cor
RP,
The current patch allow files based regression, meaning if you have file#1 and
file#2, the regression will select result instances for regression based on the
configuration data available.
There are 2 more regression use cases that I have in mind:
Use case#1: directory based regression - A
tune files which inherit the arch definitions already define appropriate
-mcpu option, which is equivalent of right -march and -mtune combination
and is preferred since gcc is getting stricter and stricter with option
check semantics and can now find incompatible -march and -mcpu options
better wit
On 1/23/19 8:17 AM, Alexander Kanavin wrote:
> A sample portion of the output:
>
> $ devtool check-upgrade-status
> ...
> NOTE: acpid 2.0.30 2.0.31 Ross Burton
>
> NOTE: u-boot-fw-utils 2018.11 2019.01 Marek Vasut
> d3689267f92c
On Wed, Jan 23, 2019 at 2:50 PM Khem Raj wrote:
>
> On Wed, Jan 23, 2019 at 5:27 PM Andre McCurdy wrote:
> >
> > On Wed, Jan 23, 2019 at 12:05 PM Khem Raj wrote:
> > >
> > > tune files which inherit the arch definitions already define appropriate
> > > -mcpu option, which is equivalent of right
On Wed, Jan 23, 2019 at 5:27 PM Andre McCurdy wrote:
>
> On Wed, Jan 23, 2019 at 12:05 PM Khem Raj wrote:
> >
> > tune files which inherit the arch definitions already define appropriate
> > -mcpu option, which is equivalent of right -march and -mtune combination
>
> And what about machines which
On Wed, Jan 23, 2019 at 12:05 PM Khem Raj wrote:
>
> tune files which inherit the arch definitions already define appropriate
> -mcpu option, which is equivalent of right -march and -mtune combination
And what about machines which inherit an arch definition instead of a
cpu definition? Is that no
tune files which inherit the arch definitions already define appropriate
-mcpu option, which is equivalent of right -march and -mtune combination
and is preferred since gcc is getting stricter and stricter with option
check semantics and can now find incompatible -march and -mcpu options
better wit
Integrating the following configuration change for riscv serial:
Author: Alistair Francis
Date: Tue Jan 22 18:55:04 2019 +
qemuriscv64: Enable the 8250 serial driver
Signed-off-by: Alistair Francis
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_
On Friday 11 January 2019 at 16:59:44 +, Mike Crowe wrote:
> On Friday 11 January 2019 at 16:53:47 +, Richard Purdie wrote:
> > On Fri, 2019-01-11 at 16:49 +, Mike Crowe wrote:
> > > Until now, glibc was responsible for creating an AArch64 dynamic
> > > loader symlink if required for AB
A sample portion of the output:
$ devtool check-upgrade-status
...
NOTE: acpid 2.0.30 2.0.31 Ross Burton
NOTE: u-boot-fw-utils 2018.11 2019.01 Marek Vasut
d3689267f92c5956e09cc7d1baa4700141662bff
NOTE: u-boot-tools 20
Previously this was done via bitbake tasks, and when this
was rewritten to a for loop, performance sufered significantly:
from 90 seconds to about 12 minutes for oe-core. This change
restores the previous run time, and makes it possible
to perform such checks with command line utilities in an
inter
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/kmscube/kmscube_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb
b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 46aeeb01795..c6cb1842158 100644
--- a/meta/r
This is particularly useful when setting up GL tests.
Signed-off-by: Alexander Kanavin
---
meta/classes/testimage.bbclass| 4 +++-
meta/lib/oeqa/core/target/qemu.py | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimag
When building nativesdk- package, MACHINE_FEATURES do not apply as they are
specified only for target machines, not ones hosting the sdk.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m
I am not sure why we do this in the first place, but it is causing
cmake to erroneously pick up items from the native sysroot
when building for the target and the target item is missing, for example:
https://autobuilder.yoctoproject.org/typhoon/#/builders/59/builds/198/steps/7/logs/step2c
Note th
The few cases where they failed should be now all fixed. The only allowed
exception is when building mingw32 SDKs, as there is currently no support for
running
postinst_intercepts through wine.
Signed-off-by: Alexander Kanavin
---
meta/lib/oe/package_manager.py | 7 ++-
1 file changed, 6 in
This in particular saves build times for virgl oe-selftest.
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/kmscube/kmscube_git.bb | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb
b/meta/recipes-graphics/kmscube/kmsc
Both installing the binary into the correct place, and passing that place
to postinst_intercept were missing.
Signed-off-by: Alexander Kanavin
---
meta/classes/fontcache.bbclass| 1 +
meta/recipes-graphics/fontconfig/fontconfig_2.12.6.bb | 6 ++
2 files changed, 7 ins
When changing the SSTATE_SCAN_FILES variable in a recipe it doesn't cause a
rebuild,
so if there's a sstate-cache available with "bad" sstate data in it that will
still
be used even though the recipe is updated to address this.
[YOCTO #13144]
Signed-off-by: Alexander Kanavin
---
meta/classes/
On Wed, Jan 23, 2019 at 7:22 AM nick83ola wrote:
> sorry here is the correct file
>
>
>
> # Build Configuration #
>
> DISTRO="esw-space-co
sorry here is the correct file
# Build Configuration #
DISTRO="esw-space-controller"
DISTRO_VERSION="2.6"
TARGET_SYS="arm-poky-linux-musle
example of the new format:
# Build Configuration
#
DISTRO="esw-space-controller"
DISTRO_VERSION="2.6"
TARGET_SYS="arm-poky-linux-musleabi"
MACHINE="bumbl
this patch permit to simplify extracting build information from
the /etc/build file from a script, f ex shell or python.
Signed-off-by: Nicola Lunghi
---
meta/classes/image-buildinfo.bbclass | 25 +++--
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/meta/clas
On 01/22/2019 10:25 PM, Peter Kjellerstedt wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Randy MacLeod
Sent: den 22 januari 2019 00:01
To: Patches and discussions about the oe-core layer ; Xulin Sun
Subject: Re: [OE-core] [meta-oe][PATCH
50 matches
Mail list logo