On 2018年03月28日 14:55, Kai Kang wrote:
Test with configure in local.conf
DISTRO_FEATURES_append = " selinux systemd"
Kai Kang (2):
enable-audit.bbclass: remove implement of packageconfig audit
audit: fix pkgconfigdir
classes/enable-audit.bbclass | 1 -
recipes-security/audit/au
Hi,
On 03/28/2018 02:55 PM, Kai Kang wrote:
> Because 'libdir' is set with ${base_libdir} in recipe file of audit,
> package config files(.pc) are installed to ${base_libdir}/pkgconfig that
> variable pkgconfigdir is set with ${libdir}/pkgconfig in makefile.
>
> Set pkgconfigdir directly to insta
Hi,
I am using the meta-raspberrypi layer in my build currently on the rocko
branch. When powering on the rpi3 Model B+ the power led turns red then
when the green led is turned on the red is turned off and nothing is
booting the green continues to flash sporadically. My build works fine on
rpi 3
Pushed, thanks.
Ross
On 27 March 2018 at 08:06, Awais Belal wrote:
> The composite enabled builds require lib math to be
> present on the linker command line otherwise we get
> ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
> during compilation.
>
> Signed-off-by: Awais
Thanks, I'll look into it.
For yocto-2.5 M3 rc1 they have given as
bitbake -c fetchall core-image-sato
That means it is a failure.
On Tue, Mar 27, 2018, 7:52 PM Joshua Watt wrote:
> On Tue, 2018-03-27 at 09:19 +, pawanKumar wrote:
>
> Thanks for your tip.
> Can I use capital c in place of sm
On 28 March 2018 at 11:56, Mostafa Farzane wrote:
> -- ERROR: jrtplib-3.11.1-r0 do_populate_sysroot: QA Issue: jrtplib.pc failed
> sanity test (tmpdir) in path
> /opt/yocto/toradex-morty/build-intercom/tmp-glibc/work/armv7at2hf-neon-angstrom-linux
> gnueabi/jrtplib/3.11.1-r0/sysroot-destdir/us
Hello to all,
Seems, that command:
IMAGE_INSTALL_append = " openssh"
Does install ssh, sshd, but not a ssh-copy-id?!
Strange... ssh-copy-id should be part of the openssh!?
http://lists.openembedded.org/pipermail/openembedded-commits/2015-January/170233.html
root@beaglebone:/root# which ssh-cop
Hi Zoran,
On 03/28/2018 07:18 PM, Zoran Stojsavljevic wrote:
> Hello to all,
>
> Seems, that command:
> IMAGE_INSTALL_append = " openssh"
>
> Does install ssh, sshd, but not a ssh-copy-id?!
>
> Strange... ssh-copy-id should be part of the openssh!?
>
> http://lists.openembedded.org/pipermail/o
Hello,
Right now it's still a mystery for me when bitbake builds the latest
version of a repository and why. I make changes in my code and whether I
commit them or not, sometimes bitbake builds a package with the recent
version, sometimes with an old version.
So my strategy is doing mock chang
Please use Morty, it works fine.
On Wed, Mar 28, 2018 at 11:41 AM, Måns Zigher wrote:
> Hi,
>
> I am using the meta-raspberrypi layer in my build currently on the rocko
> branch. When powering on the rpi3 Model B+ the power led turns red then
> when the green led is turned on the red is turned o
Hi,
Thanks I will do that. But I have other layers that depend on the rocko of
meta-raspberrypi so I believe I will have to use the rocko at some point
but for testing I will try Morty. What is the reason for using Morty do you
know? Is rocko unstable?
BR
Mans Zigher
2018-03-28 14:38 GMT+02:00 S
On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher wrote:
> Hi,
>
> Thanks I will do that. But I have other layers that depend on the rocko of
> meta-raspberrypi so I believe I will have to use the rocko at some point but
> for testing I will try Morty. What is the reason for using Morty do you
> know?
Hello Anuj,
This is very correct. Thank you for the answer. Anyway, I have
complicated configuration, so YOCTO copy-ssh-id does not work from
client to server, but vice versa is very OK.
In this case, server is VM, and client DUT hardware, in between there
is transparent host. Host and VM are wor
Hi guys,
On Wed, Mar 28, 2018 at 2:40 PM, Paul Barker wrote:
> On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher
> wrote:
> > Hi,
> >
> > Thanks I will do that. But I have other layers that depend on the rocko
> of
> > meta-raspberrypi so I believe I will have to use the rocko at some point
> but
>
On Wed, Mar 28, 2018 at 1:38 PM, Sherif Omran
wrote:
> Please use Morty, it works fine.
>
I don't think that is true though. It needs newer firmware. Not even master
has it.
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.o
Hi,
I can help out on testing if needed. I will try and do a clean build only
using the layers required.
BR
Mans Zigher
2018-03-28 15:40 GMT+02:00 Paul Barker :
> On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher
> wrote:
> > Hi,
> >
> > Thanks I will do that. But I have other layers that depend on
On Wed, Mar 28, 2018 at 2:57 PM, Andrei Gherzan wrote:
> Hi guys,
>
> On Wed, Mar 28, 2018 at 2:40 PM, Paul Barker
> wrote:
>
>> On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher
>> wrote:
>> > Hi,
>> >
>> > Thanks I will do that. But I have other layers that depend on the rocko
>> of
>> > meta-rasp
Hi,
I’m using « Pyro », and have built a very simple recipe. The build program
Inside the recipe needs « libncurses.so » at run time, so I have added to my
recipe the following :
- DEPENDS_{PN} = « ncurses »
- RDEPENDS_${PN}= « ncurses-libform »
The build is ok, but my final RootFs does not co
On 28 March 2018 at 16:00, Raphaël TILLET wrote:
> I’m using « Pyro », and have built a very simple recipe. The build program
> Inside the recipe needs « libncurses.so » at run time, so I have added to my
> recipe the following :
>
> DEPENDS_{PN} = « ncurses »
> RDEPENDS_${PN}= « ncurses-libform
Hello Ross,
Thanks for your quick reply, but I have already tried your suggests:
Without "RDEPENDS", libncurses.is is not in the rootFs,
With "REDEPENDS=ncurses-libncurses", is not in the rootFs also.
I'm sure that the library is not called from a dlopen. The only way to make to
work is to add "
Hi,
I want to add CAN driver support to the kernel. Here is the procedure I
followed:
1. Generate a .config file
2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig
3. Update it: set at the end the config to enable CAN as follows
# CAN Bus
CONFIG_NET=y
CONFIG_CAN=y
CONF
All,
I figured out and solved my issue.
In fact the trouble was not due to the RDEPENDS value, but only to the fact
that the recipe name (folder and bb file) contained one upper case later in
their names.
It seems that to avoid any issue, this is important to not use upper case
letter in recip
Indeed,
I seem to have gotten lucky by having it included without an explicit
RDEPENDS/DEPENDS line for it. I've added it manually and now it's included
:) Thanks.
Giordon
On Tue, Mar 27, 2018 at 1:32 PM Burton, Ross wrote:
> python-core is just "an arbitrary subset of the python libraries",
>
On 3/28/18 9:27 AM, Vincent Daanen wrote:
Hi,
I want to add CAN driver support to the kernel. Here is the procedure I
followed:
1. Generate a .config file
2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig
3. Update it: set at the end the config to enable CAN as follows
# CA
On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp
wrote:
> Hi y'all,
>
> I have some questions about CPU load and performance, but first some
> background information.
>
> We have small embedded system running an openembedded classic (Angström)
> distro. Now to get ourselves up-to-date we started w
From: Jackie Huang
No packages depend on samhain-server-native and it doesn't
make sense to extend a server package to native, so remove
the BBCLASSEXTEND.
Signed-off-by: Jackie Huang
---
recipes-security/samhain/samhain-server_4.2.2.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipe
On 29.03.2018 04:24, Andre McCurdy wrote:
On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp
wrote:
Hi y'all,
I have some questions about CPU load and performance, but first some
background information.
We have small embedded system running an openembedded classic (Angström)
distro. Now to get
27 matches
Mail list logo