[yocto] [meta-security][PATCH] nmap: upgrade to 7.50

2017-07-27 Thread jackie.huang
From: Jackie Huang - Add a patch to fix python library install dir for multilib. - Add a patch to fix race condition with mkdir command. - Inherit pythonnative instead of python-dir and install python modules for ndiff to fix the following errors: """ root@qemux86-64:~# ndiff --help -s

Re: [yocto] RPi fails when build is with deb packages works okay with rpm packages.

2017-07-27 Thread Paul Barker
On Wed, Jul 12, 2017 at 7:10 PM, Edward Vidal wrote: > Hello All, > Does anyone know if recipes are available for > gcc-arm-none-eabi & binutils-arm-none-eabi? > > > My build works okay when I use package_rpm and fails with package_deb. > My bblayers.conf & local.conf are at > https://github.com/d

Re: [yocto] How do I write a yocto/bitbake recipe to replace the default vsftpd.conf file with my own filE?

2017-07-27 Thread Vineeth Chowdary Karumanchi
Hi, On 7/27/2017 1:13 PM, Bacheh Karaji wrote: Ok, thanks very much ... On Tuesday, July 25, 2017, 11:18:13 PM GMT+4:30, Ayoub Zaki wrote: On 24.07.2017 07:18, Mohammad Nouri wrote: Hi, I want to replace the default vsftpd.conf file with my own file! My bitbake file looks following: b

Re: [yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-27 Thread Ngọc Thi Huỳnh
Hi Dennis, I've tried what you suggested, the problem is the busybox recipe uses some files in its original directory so the bitbake complained about the missing files. My current solution is duplicating the busybox recipe and its related files & directories. Thanks anyway. Best Regards, Thi Huy

[yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Manuel Geeler
Hello community, I got an image and the corresponding SDK for a hardware based on an iMX6 processor. With this setup I was able to crosscompile a simple "Hello World" program on the development machine (Ubuntu 16.04.2 LTS), install and run it on the target. I then started to look deeper into

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 7:43 AM, Manuel Geeler wrote: > Hello community, > > I got an image and the corresponding SDK for a hardware based on an iMX6 > processor. With this setup I was able to crosscompile a simple "Hello World" > program on the development machine (Ubuntu 16.04.2 LTS), install an

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Manuel Geeler
Hello Raj, thank you for your input. This solves the problem of bringing the packages to the target once I havt the packages. But I'm still challenged with how to create the packages in the first place. Do I need to have my own yocto installation to setup along the SDK? Will such a setup be

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 9:05 AM, Manuel Geeler wrote: > Hello Raj, > > thank you for your input. This solves the problem of bringing the packages > to the target once I havt the packages. But I'm still challenged with how to > create the packages in the first place. > > Do I need to have my own yo

[yocto] [yocto-autobuilder][PATCH] buildsteps: add bblayers modification step

2017-07-27 Thread Stephano Cetola
This step is currently only applicable to refkit. It allows us to replace oe-core and oe-selftest layers in their bblayers.conf with those layers that we are currently testing. In the future, we may be able to improve this to replace layer "x" with layer "y" dynamically, however that presents seve

[yocto] [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add modify bblayers step

2017-07-27 Thread Stephano Cetola
Add the new modification step, and remove the second buildimages test. The second buildimages test aims to change the distro to "nodistro" and rerun the build. In order to do that we'll need to add some functionality. For now, we will simply do one buildimage step until the second step has been flu

[yocto] Understanding dtb generation wrt uboot (with signing)

2017-07-27 Thread colin.helliwell
I'm working on 2.2/Morty, with a custom board. Ultimate goal is to create a FIT image with a signed configuration. But I'm trying to just work through step by step and understand the relationships between u-boot, kernel, dtb, and the fit image - would appreciate any guidance! So far, I've built and

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Manuel Geeler
Hello Raj I only got the standard SDK. Are the information I need for building my own yocto installation matching the target somewhere hidden in the SDK? Manuel > > Khem Raj hat am 27. Juli 2017 um 18:20 geschrieben: > > On Thu, Jul 27, 2017 at 9:05 AM, Manuel Geeler wrote: > >

Re: [yocto] Mpich and yocto ?

2017-07-27 Thread Riko Ho
Dear Yocto Team Member, I tried to compile icecream on the master node, but here's the messages I got, any ideas ? = Making install in services make[1]: Entering directory '/home/bianchi77/icecream/services' make[2]: Entering directory '/home/bianchi77/icecream/services' /bin/mkdir -p '/

[yocto] [meta-security][PATCH 0/2] libmhash and libgssglue: add new recipe

2017-07-27 Thread jackie.huang
From: Jackie Huang --- The following changes since commit 89683b4fee4616a08d249bc7afd7be55f3fa71a3: apparmor: fix python packaging issue (2017-06-01 08:01:34 -0700) are available in the git repository at: https://github.com/jackiehjm/meta-security.git jhuang0/r_up_libmhash_libgssglue_1707

[yocto] [meta-security][PATCH 1/2] libgssglue: add new recipe

2017-07-27 Thread jackie.huang
From: Jackie Huang libgssglue exports a gssapi interface which calls other gssapi libraries. Signed-off-by: Jackie Huang --- .../libgssglue/files/libgssglue-canon-name.patch | 60 ++ .../files/libgssglue-fix-CVE-2011-2709.patch | 43 .../libgssglue/

[yocto] [meta-security][PATCH 2/2] libmhash: add new recipe

2017-07-27 Thread jackie.huang
From: Jackie Huang Mhash is a free (under GNU Lesser GPL) library which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. Signed-off-by: Jackie Huang --- recipes-security/libmhash/files/M

[yocto] [meta-cgl][PATCH 0/3] ocfs2-tools: several fixes

2017-07-27 Thread jackie.huang
From: Jackie Huang --- The following changes since commit 0d22147d06626923f5e7b1dd5f02cb21ea7a3bcb: pacemaker: update to 1.1.16 (2017-06-20 10:28:35 +0200) are available in the git repository at: https://github.com/jackiehjm/meta-cgl.git jhuang0/up_ocfs2-tools_170728_0 https://github.com

[yocto] [meta-cgl][PATCH 1/3] ocfs2-tools: fix dependencies

2017-07-27 Thread jackie.huang
From: Jackie Huang * Remove the duplicated RDEPENDS_${PN} * Add dependency on e2fsprogs-native to fix: | compile_et o2dlm_err.et | /bin/bash: compile_et: command not found Signed-off-by: Jackie Huang --- meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.4.bb | 9 ++--- 1 file cha

[yocto] [meta-cgl][PATCH 2/3] ocfs2-tools: fix the installation and systemd services

2017-07-27 Thread jackie.huang
From: Jackie Huang * use _append for do_install so that autotools_do_install will be run first. * add -m for the install commands. * add ${S} for install source files instead of relative path. * remove cluster.conf.sample and use the sample conf file in source code instead. * Disable systemd

[yocto] [meta-cgl][PATCH 3/3] ocfs2-tools: disable stack user support explicitly in init script

2017-07-27 Thread jackie.huang
From: Jackie Huang Disable stack user support explicitly and only support stack 'o2cb' in init script o2cb. Signed-off-by: Kai Kang Signed-off-by: Jackie Huang --- .../disable-ocfs2-stack-user-support.patch | 42 ++ .../recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.4.bb

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Josef Holzmayr
On 27.07.2017 18:55, Manuel Geeler wrote: I only got the standard SDK. Are the information I need for building my own yocto installation matching the target somewhere hidden in the SDK? Nope, the standard SDK is actually only little more than a compiler toolchain plus sysroot. You have to ask

[yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Dear Yocto Team Member, I read about, https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html, How can I port it to MPICH ? Thanks -- * /***/ Sent by Ubuntu LTS 16.04, Kind regards, Riko Ho /***/ * -- ___ yocto mailing list y

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 07:56, Riko Ho wrote: How can I port it to MPICH ? Easy, just do a complete rewrite of the compiler infrastructure :-) Or did you actually mean "how can I install" instead of "how can I port"? In that case, the answer is "Not at all." Seriously, icecc/distcc have absolutely no

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Dear Yocto Team Member, Yes, I'm confuse about those, And reading about Icecc now. Icecc is the right way for distributing compilation for my bitbake, correct me ? I read about : 26.50. icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? Thanks On 28/07/17 14:13, Jose

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 08:17, Riko Ho wrote: icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? to me, the description in https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake looks pretty good - for the bitbake side of things. Setting up icecc, again, is

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Probably this one will help the way ? http://manpages.ubuntu.com/manpages/xenial/man7/icecream.7.html On 28/07/17 14:22, Josef Holzmayr wrote: On 28.07.2017 08:17, Riko Ho wrote: icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? to me, the description in https://stack

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
I've installed on my system, but have no idea on how to use it yet ? Usage: icecc [compiler] [compile options] -o OBJECT -c SOURCE icecc --build-native [compilertype] [file...] icecc --help Options: --help explain usage and exit --version show

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 08:30, Riko Ho wrote: but have no idea on how to use it yet ? This usually is helped by reading the manual. Or the links that I already provided. As a last hint for now, let me rephrase and simplify the short description from icecc itself: icecc is a daemon that can accept c

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Ok, thanks for the hints, I'll make some experiments On 28/07/17 14:36, Josef Holzmayr wrote: On 28.07.2017 08:30, Riko Ho wrote: but have no idea on how to use it yet ? This usually is helped by reading the manual. Or the links that I already provided. As a last hint for now, let me reph

[yocto] localhost toaster faild after commit 4602408c6

2017-07-27 Thread Jacob Chen
Hi, I have use a localhost toaster server as the CI server, and recently it failed to runbuild. I try to fix it by editing "bitbake/lib/toaster/bldcontrol/localhostbecontroller.py", but then I give up, i'm not familiar with it Can anyone give it a fix? -- ___