Hi Khem,
On Fri, Jun 1, 2018 at 1:11 PM, Khem Raj wrote:
> On 5/31/18 1:06 PM, Trevor Woerner wrote:
> > Instead of installing an entire recipe's build output (i.e. ${D}), allow
> the
> > user to optionally specify a package from said recipe to be installed
> > exclusively (i.e. ${PKGDEST}/).
>
On 2018年06月01日 16:36, Alexander Kanavin wrote:
2018-06-01 8:38 GMT+03:00 Yu, Mingli :
I did investigate the path a lot before send out the patch, but didn't
figure out why it introduce the path for make_x86_64_sysv_elf_gas.o whose
source file is make_x86_64_sysv_elf_gas.S.
Anyway, I will try
V4:
* add support for qemu by default
V3:
* remove duplicated code
V2:
* use shared function to replace similar code
Hongzhi.Song (2):
meta runtime testcases: enable kernel-sample features for runtime
tests
Meta runtime cases: add testcases for kernel sample
meta/lib/oeqa/runtime/ca
Enable kernel-sample features by default with the machine of qemu.
Signed-off-by: Hongzhi.Song
---
meta/recipes-kernel/linux/linux-yocto.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc
b/meta/recipes-kernel/linux/linux-yocto.inc
index 3bb872a
We are going to let runtime test support kernel tests. Now we just add
kernel self-contained sample tests. And we plan to add overall kernel
tests in the future.
This patch is just add kernel samples test which contains about 13 tests
enabled by kernel-sample.scc. So it needs statement,
KERNEL_FEA
On 2018年06月04日 19:42, Alexander Kanavin wrote:
On 06/04/2018 01:58 PM, Kai Kang wrote:
+pkg_postinst_ontarget_${PN} () {
+ ${bindir}/mandb -q
+}
+
man-db is only the tools for manpages, but not the actual pages. So
this will not work as expected when installing or removing packages
t
On Tuesday, 5 June 2018 10:59:07 AM NZST Paul Eggleton wrote:
> I will note that a small issue with your patch is that if you do use --
> package
> you can no longer just use devtool build to build what you need to deploy,
> since that only builds up to do_populate_sysroot / do_packagedata. This
Hi Paul,
I was hoping you'd notice and provide feedback :-D
On Tue 2018-06-05 @ 10:59:07 AM, Paul Eggleton wrote:
> > I checked at the time, but I'm not 100% sure now, but I believe if one
> > deploys two packages from one recipe, the on-target file gets appended. But
> > now I'm not 100% sure, s
On Mon, Jun 4, 2018 at 3:25 PM, Mark Hatle wrote:
> On 6/4/18 2:18 PM, Andre McCurdy wrote:
>> On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote:
>>> DSA keys have been deprecated for some time:
>>>
>>>
>>> https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html
>>
>> Pi
That implies that INHIBIT_DEFAULT_DEPS is also evaluating to true,
which it shouldn't be in ATK.
I'd definitely be checking if that is the case, and if you can
replicate the failure with e.g. qemuarm.
Ross
On 4 June 2018 at 19:46, Alistair Francis wrote:
> On Mon, Jun 4, 2018 at 10:20 AM, Alexa
Currently, we can't build meson into SDKs because we don't autogenerate
the required meson.cross file.
Enable this by using the post-relocate hooks and generating a
meson.cross file based on the SDK environment passed into the
post-relocate hook.
Signed-off-by: Martin Kelly
---
meta/recipes-dev
It's useful for the post-relocate scripts to be able to see the SDK
environment, for example to see the values of CC, CXX etc. in order to
dynamically generate toolchain files.
To enable this, source the SDK environment script prior to calling the
relocate scripts.
Signed-off-by: Martin Kelly
--
Add patches to enable meson to handle being wrapped with a shell script. This
will enable us to do so for supporting the SDK, which requires us to setup env
vars and point to a meson.cross file inside the SDK.
These patches are all merged upstream, so we can drop them soon.
Signed-off-by: Martin
Currently, if a post-relocate script fails, it fails silently. We should
be louder about this, as it likely indicates a broken SDK.
Print a message if a post-relocate script fails.
Signed-off-by: Martin Kelly
---
meta/classes/toolchain-scripts.bbclass | 5 +
1 file changed, 5 insertions(+)
Two functions is uses a mix of spaces and tabs. The rest of the file
uses tabs, so switch to tabs uniformly.
Signed-off-by: Martin Kelly
---
meta/classes/toolchain-scripts.bbclass | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/classes/toolchain-sc
This patch series implements nativesdk support fer meson. In order to do so, it
adds a few features to the toolchain-shar-extract functionality, which enables
a script to run prior to the SDK being extracted. This is important because the
meson.cross file (which meson uses to find its cross toolcha
Currently, we look only for scripts matching *.sh, which means we can't
write post-relocate scripts in other languages.
Expand this to allow any type of script.
Signed-off-by: Martin Kelly
---
v3:
- Test for executability prior to running each script.
meta/classes/toolchain-scripts.bbclass | 5
Hi Trevor,
On Friday, 1 June 2018 2:23:59 PM NZST Trevor Woerner wrote:
> Earlier today I was working on recipes for some software which recently
> added the feature to dlopen() one of a couple shared objects based on
> various conditions. But instead of dlopen()'ing the SONAME, they were
> dlopen
On 6/4/18 2:18 PM, Andre McCurdy wrote:
> On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote:
>> DSA keys have been deprecated for some time:
>>
>> https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html
>
> Ping.
>
> Any issues with this?
At Wind River we have a series
On Tue, May 22, 2018 at 3:33 AM, Khem Raj wrote:
> On Tue, May 22, 2018 at 5:58 AM, wrote:
>> Andre McCurdy wrote:
>>> Although there may still be specific cases which can benefit from the
>>> ARM instruction set, the Thumb2 instruction set is generally a better
>>> default for armv7a class CPUs
On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote:
> DSA keys have been deprecated for some time:
>
> https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html
Ping.
Any issues with this?
> Signed-off-by: Andre McCurdy
> ---
> meta/recipes-connectivity/openssh/openssh/s
On Tue, May 29, 2018 at 1:58 PM, Andre McCurdy wrote:
> The origins of the patch date back to early 2005 (prior to the start
> of git history in oe-core) to fix a hardcoded limit on the maximum
> size of remote host keys:
>
> http://familiar.handhelds.narkive.com/b1VGg2bI/problem-w-dropbear-ssh
On 06/04/2018 11:42 AM, Joshua Watt wrote:
On Mon, 2018-06-04 at 11:24 -0700, Martin Kelly wrote:
On 06/04/2018 11:20 AM, Joshua Watt wrote:
On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote:
On 06/04/2018 10:20 AM, Joshua Watt wrote:
On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
On Mon, Jun 4, 2018 at 10:20 AM, Alexander Kanavin
wrote:
> On 06/04/2018 08:17 PM, Alistair Francis wrote:
>>
>> On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross
>> wrote:
>>>
>>> So why isn't the inherit gettext sufficient?
>>
>>
>> I'm not sure. Here is the error I see when compiling for RISC-V be
On Mon, 2018-06-04 at 11:24 -0700, Martin Kelly wrote:
> On 06/04/2018 11:20 AM, Joshua Watt wrote:
> > On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote:
> > > On 06/04/2018 10:20 AM, Joshua Watt wrote:
> > > > On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
> > > > > On 06/01/2018 03:0
On 06/04/2018 11:20 AM, Joshua Watt wrote:
On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote:
On 06/04/2018 10:20 AM, Joshua Watt wrote:
On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
On 06/01/2018 03:08 PM, Joshua Watt wrote:
On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote:
On 06/04/2018 10:20 AM, Joshua Watt wrote:
On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
On 06/01/2018 03:08 PM, Joshua Watt wrote:
On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote:
It's useful for the post-relocate scripts to be able to see the
SDK
environment, for example to se
On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote:
> On 06/04/2018 10:20 AM, Joshua Watt wrote:
> > On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
> > > On 06/01/2018 03:08 PM, Joshua Watt wrote:
> > > > On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote:
> > > > > It's useful for th
On Mon, Jun 04, 2018 at 04:54:08PM +0100, Richard Purdie wrote:
> On Mon, 2018-06-04 at 11:38 -0400, Damien Riegel wrote:
> > When generating the extended SDK, there is a copy step where this
> > class
> > goes through the layers and other stuff that have been copied to
> > generate the SDK.
> >
>
On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote:
> On 06/01/2018 03:08 PM, Joshua Watt wrote:
> > On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote:
> > > It's useful for the post-relocate scripts to be able to see the
> > > SDK
> > > environment, for example to see the values of CC, CXX
On 06/04/2018 08:17 PM, Alistair Francis wrote:
On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross wrote:
So why isn't the inherit gettext sufficient?
I'm not sure. Here is the error I see when compiling for RISC-V before
this patch:
So is the error specific to risc-v? You should dig deeper in th
On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross wrote:
> So why isn't the inherit gettext sufficient?
I'm not sure. Here is the error I see when compiling for RISC-V before
this patch:
ERROR: atk-2.28.1-r0 do_configure: meson failed
ERROR: atk-2.28.1-r0 do_configure: Function failed: do_configure (
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.
Source: https://wiki.debian.org/Alioth
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/chrpath/chrpath_0.16.bb | 5 ++---
1 file changed, 2 insertions(+), 3 dele
On 06/04/2018 07:31 PM, Oleksandr Kravchuk wrote:
-SRC_URI =
"https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \
+SRC_URI = "http://${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz \
Should be ${DEBIAN_MIRROR} without the http:// prefix. See
classes/mirrors.b
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.
Source: https://wiki.debian.org/Alioth
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 de
On 06/04/2018 07:26 PM, Oleksandr Kravchuk wrote:
+SRC_URI =
"${DEBIAN_MIRROR}/main/m/http://http.debian.net/main/m/minicom/minicom_${PV}.orig.tar.gz
\
^^^ hasty editing? :-)
Alex
--
___
Openembedded-core mailing list
Openembedded-core@lists.openem
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.
Source: https://wiki.debian.org/Alioth
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/chrpath/chrpath_0.16.bb | 5 ++---
1 file changed, 2 insertions(+), 3 dele
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.
Source: https://wiki.debian.org/Alioth
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 de
On 06/04/2018 07:06 PM, Stefan Agner wrote:
Anything holding us back merging this changes?
Please read the Yocto project status mail:
" · Patch review/merging was slow over the past week due to Ross
being on vacation and changes in Richard’s employment/hardware situation
but at leas
On 16.05.2018 11:13, Stefan Agner wrote:
> From: Stefan Agner
>
> Hi,
>
> This follows up on the discussion a while ago:
> https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg104996.html
>
> Patch 1 is rather simple and really fixes the main issue. The patch
> by itself has
On Mon, 2018-06-04 at 11:38 -0400, Damien Riegel wrote:
> When generating the extended SDK, there is a copy step where this
> class
> goes through the layers and other stuff that have been copied to
> generate the SDK.
>
> The corebase; ie. the folder that contains the core layer 'meta' is
> treat
When generating the extended SDK, there is a copy step where this class
goes through the layers and other stuff that have been copied to
generate the SDK.
The corebase; ie. the folder that contains the core layer 'meta' is
treated in a special way. Unfortunately in our tree, we have:
layers/met
Current Dev Position: YP 2.6 M1 is accepting patches.
Next Deadline: YP 2.6 M1 release is June 11, 2018
SWAT Team Rotation:
· SWAT lead is currently: Tracy
· SWAT team rotation: Tracy -> Amanda on June 8, 2018
· SWAT team rotation: Amanda -> Stephano on June 15, 2018
On 2018-06-04 14:32, Bruce Ashfield wrote:
On Mon, Jun 4, 2018 at 5:04 AM, Bas Mevissen
wrote:
Hi all,
I ran into several issues with kernel-devsrc when building Poky Sumu
with the meta-freescale layer for an Freescale i.mx6sx ARM board. In
this mail(thread) I would like to collect them all a
On 2018-06-04 13:32, Alexander Kanavin wrote:
On 06/04/2018 12:04 PM, Bas Mevissen wrote:
I ran into several issues with kernel-devsrc when building Poky Sumu
with the meta-freescale layer for an Freescale i.mx6sx ARM board. In
this mail(thread) I would like to collect them all and discuss the
On Mon, Jun 4, 2018 at 5:04 AM, Bas Mevissen wrote:
>
>
> Hi all,
>
> I ran into several issues with kernel-devsrc when building Poky Sumu with
> the meta-freescale layer for an Freescale i.mx6sx ARM board. In this
> mail(thread) I would like to collect them all and discuss the possible
> options
On 06/04/2018 01:58 PM, Kai Kang wrote:
+pkg_postinst_ontarget_${PN} () {
+${bindir}/mandb -q
+}
+
man-db is only the tools for manpages, but not the actual pages. So this
will not work as expected when installing or removing packages that
contain manpages. It should be added to clas
On 06/04/2018 12:04 PM, Bas Mevissen wrote:
I ran into several issues with kernel-devsrc when building Poky Sumu
with the meta-freescale layer for an Freescale i.mx6sx ARM board. In
this mail(thread) I would like to collect them all and discuss the
possible options to resolve them.
This is pr
The man db index file doesn't exist, it causes commands whatis, apropos
and 'man -f' don't work as expect:
| root@qemux86-64:# whatis hosts
| hosts: nothing appropriate.
Run command mandb to create man db index file when first boot.
Signed-off-by: Kai Kang
---
meta/recipes-extended/man-db/man-
> -Original Message-
> From: Vineeth Chowdary [mailto:vineeth.chowd...@xilinx.com]
> Sent: Monday, June 04, 2018 2:15 AM
> To: Manjukumar Harthikote Matha
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [RFC] u-boot.inc: Support menuconfig for u-boot
>
> Hi Manj
So why isn't the inherit gettext sufficient?
Ross
On 1 June 2018 at 23:14, Alistair Francis wrote:
> atk requires xgettext to compile, specify it as a dependency.
>
> Signed-off-by: Alistair Francis
> ---
> meta/recipes-support/atk/atk_2.28.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 dele
On 06/04/2018 06:41 AM, Richard Purdie wrote:
On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote:
From: Jackie Huang
root login is disabled by default for openssh and we can
enable it through IMAGE_FEATURES 'debug-tweaks' or
'allow-empty-password', so change to the same default
behavior f
Hi all,
I ran into several issues with kernel-devsrc when building Poky Sumu
with the meta-freescale layer for an Freescale i.mx6sx ARM board. In
this mail(thread) I would like to collect them all and discuss the
possible options to resolve them.
* Install dependency issues (both during i
As I will be leaving Intel, this address will no longer be valid,
so swap it for my personal one for now.
Signed-off-by: Alexander Kanavin
---
meta/recipes-bsp/apmd/apmd/legacy.patch | 2 +-
.../blktool/blktool/0001-fix-typos-in-manpage.patch | 2 +-
.../blkto
As I will be leaving Intel, this address will no longer be valid,
so swap it for my personal one for now.
Signed-off-by: Alexander Kanavin
---
meta/conf/distro/include/maintainers.inc | 214 +++
1 file changed, 107 insertions(+), 107 deletions(-)
diff --git a/meta/conf/distr
As I will be leaving Intel, this address will no longer be valid,
so swap it for my personal one for now.
Signed-off-by: Alexander Kanavin
---
meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py | 2 +-
meta/lib/oeqa/runtime/cases/rpm.py | 2 +-
meta/lib/oeqa/selftest/cases/dist
Hi RP,
On 06/04/2018 03:37 PM, Richard Purdie wrote:
On Mon, 2018-06-04 at 10:30 +0800, Robert Yang wrote:
On 06/03/2018 11:59 PM, Richard Purdie wrote:
On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote:
From: Shan Hai
The chkconfig fails to list the xinetd service because the xinetd
la
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Richard Purdie
> Sent: den 3 juni 2018 18:14
> To: Peter Kjellerstedt ; openembedded-
> c...@lists.openembedded.org
> Subject: Re: [OE-cor
On Mon, 2018-06-04 at 10:30 +0800, Robert Yang wrote:
>
> On 06/03/2018 11:59 PM, Richard Purdie wrote:
> > On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote:
> > > From: Shan Hai
> > >
> > > The chkconfig fails to list the xinetd service because the xinetd
> > > lacks Init Script Actions in
59 matches
Mail list logo