[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

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] [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

[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

[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 ---

[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

[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

[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 ++

[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

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

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-27 Thread Alejandro Hernandez
On 07/27/2017 12:02 PM, Bruce Ashfield wrote: On 07/26/2017 06:21 PM, Alejandro Hernandez wrote: Hey Bruce, So I completely agree with you, and I think we should keep them modules/kernel size as small as we can, but I just had a meeting with the QA team and discussed this, it does look

Re: [linux-yocto] [kernel-cache][PATCH] leafhill: update branch for leafhill

2017-07-27 Thread Bruce Ashfield
On 07/26/2017 12:13 PM, chong.yi.c...@intel.com wrote: From: Chong Yi Chai Update branch to standard/intel/base for kernel 4.1.42 upgrade. merged. Update your SRCREV to pull in the change. Bruce Signed-off-by: Chong Yi Chai ---

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.25

2017-07-27 Thread Bruce Ashfield
On 07/24/2017 04:05 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.24 kernel, we now have the appropriate content from 4.9.22 to 4.9.24 (inclusive) applied on top of our latest 4.8 baseline. Once

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-27 Thread Bruce Ashfield
On 07/26/2017 06:21 PM, Alejandro Hernandez wrote: Hey Bruce, So I completely agree with you, and I think we should keep them modules/kernel size as small as we can, but I just had a meeting with the QA team and discussed this, it does look like it'd be necessary to have those modules

[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

[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

[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

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

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 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

[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

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

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

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

[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: """