Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 12:03 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Thu,

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Martin Jansa
On Thu, Dec 10, 2015 at 04:20:45PM +, Bryan Evenson wrote: > Martin, > > > -Original Message- > > From: Martin Jansa [mailto:martin.ja...@gmail.com] > > Sent: Thursday, December 10, 2015 9:39 AM > > To: Bryan Evenson > > Cc: yocto@yoctoproject.org > >

[yocto] Release Candidate Build for yocto-2.0_M1.rc1_M1.rc1 now available.

2015-12-10 Thread Poky Build User
-e A release candidate build for yocto-2.0_M1.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.0_M1.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 1ce13b3d39b2da79916e3a175cee6baa507290f1 meta-fsl-arm :

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Martin Jansa
On Wed, Dec 09, 2015 at 08:19:40PM +, Bryan Evenson wrote: > All, > > I'm on poky/dizzy-1.7.3 and I'm using opkg for a package manager. I have a > few script files that are part of one package that really belong with > another. So I updated both recipes, removed the file from one recipe

[linux-yocto] [PATCH 1/1] yaffs2: Add patch to fix missing checkpoint

2015-12-10 Thread zhe.he
From: He Zhe Signed-off-by: He Zhe --- .../yaffs2-fix-missing-checkpoint-on-yaffs.patch | 85 ++ features/yaffs2/yaffs2.scc | 1 + 2 files changed, 86 insertions(+) create mode 100644

Re: [yocto] Custom kernel headers and SDK

2015-12-10 Thread Longchamp, Valentin
Hi Martin, Thanks a lot for the suggestion. I had in the meantime come to a simliar solution: define a linux-XXX-headers recipe in our own meta layer where I install the missing kernel headers and then I add this linux-XXX-headers-dev package to our SDK's sysroot thanks to

[linux-yocto] [PATCH 0/1] Add patch to fix missing checkpoint on yaffs2, for yocto-4.1

2015-12-10 Thread zhe.he
From: He Zhe Please apply this set of patches on yocto-4.1 branch from git://git.yoctoproject.org/yocto-kernel-cache He Zhe (1): yaffs2: Add patch to fix missing checkpoint .../yaffs2-fix-missing-checkpoint-on-yaffs.patch | 85 ++

[linux-yocto] [PATCH 0/1] Add patch to fix missing checkpoint on yaffs2, for master

2015-12-10 Thread zhe.he
From: He Zhe Please apply this set of patches on master branch from git://git.yoctoproject.org/yocto-kernel-cache He Zhe (1): yaffs2: Add patch to fix missing checkpoint .../yaffs2-fix-missing-checkpoint-on-yaffs.patch | 85 ++

[linux-yocto] [PATCH 1/1] yaffs2: Add patch to fix missing checkpoint

2015-12-10 Thread zhe.he
From: He Zhe Signed-off-by: He Zhe --- .../yaffs2-fix-missing-checkpoint-on-yaffs.patch | 85 ++ features/yaffs2/yaffs2.scc | 1 + 2 files changed, 86 insertions(+) create mode 100644

Re: [yocto] Computing transaction Error

2015-12-10 Thread Khem Raj
> On Dec 10, 2015, at 6:31 AM, Yukatharsani Jeyachandra > wrote: > > Hi All, > > I am getting the following error while running my bsp image. > > Loading cache... > Updating cache... [100%] > > Computing

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 21:16, Michael Habibi wrote: > What is the best option for adding all of these and compiling? As far as I > know, you have to do one of the following: > > 1) Use a fetch that fetches a tarball with all your source, or a repo with > all of your source

[yocto] Best practice for building a large amount of source files

2015-12-10 Thread Michael Habibi
If I have some source I want to bring into my layer, for example: Recipe dir: meta-mylayer/recipes-management/myapplication/myapplication_1.0/ What is the best option for adding all of these and compiling? As far as I know, you have to do one of the following: 1) Use a fetch that fetches a

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Michael Habibi
Ross, I will likely try a different workflow if we enter production environment with yocto. Right now I am just doing yocto integration testing myself, and want to simplify things as much as possible for myself :) On Thu, Dec 10, 2015 at 3:54 PM, Burton, Ross wrote: > >

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 22:07, Michael Habibi wrote: > Ross, I will likely try a different workflow if we enter production > environment with yocto. Right now I am just doing yocto integration testing > myself, and want to simplify things as much as possible for myself :) >

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Jeremy A. Puhlman
On 12/10/2015 1:16 PM, Michael Habibi wrote: If I have some source I want to bring into my layer, for example: Recipe dir: meta-mylayer/recipes-management/myapplication/myapplication_1.0/of source files> What is the best option for adding all of these and compiling? As far as I know, you

Re: [yocto] Select make target for cmake

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 17:24, Philipp, Damian wrote: > A Google search didn't turn up anything, so I looked through > cmake.bbclass, autotools.bbclass and base.bbclass. The source indicated > that the variable EXTRA_OEMAKE could be abused to inject a make target - >

Re: [yocto] How to use PREEMPT-RT Header in Yocto

2015-12-10 Thread Jeff Osier-Mixon
Hi Michael - the Kernel Development Manual discusses using PREEMPT_RT here: http://www.yoctoproject.org/docs/2.0/kernel-dev/kernel-dev.html#using-kernel-metadata-in-a-recipe I hope that helps a bit On Mon, Dec 7, 2015 at 6:57 AM, Baumann, Michael wrote: > Hello

[yocto] DNS nameserver on Yocto Daisy (resolvconf issue)

2015-12-10 Thread Andreas Enbacka
Hello, I have problems getting dns nameservers to work on my custom image built on top of Yocto Daisy. I have tried added e.g., dns-nameservers entry to /etc/network/interfaces, however running e.g., /etc/init.d/networking restart outputs the following error message: resolvconf: Error:

[yocto] [meta-cgl][PATCH] heartbeat: Fix the broken url

2015-12-10 Thread b40527
From: Zongchun Yu Signed-off-by: Zongchun Yu --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb

Re: [yocto] in-tree defconfig

2015-12-10 Thread Bruce Ashfield
On 12/09/2015 06:43 PM, Robert Berger wrote: Hi, This seems to do the trick: https://github.com/RobertBerger/meta-mainline/blob/jethro-training-v4.1.x/multi-v7-ml/recipes-kernel/linux/linux-yocto-custom.inc That's what I would have suggested. Set the kconfig mode so that in tree config

[yocto] Select make target for cmake

2015-12-10 Thread Philipp, Damian
Hello Yocto experts, Is it possible to specify a make target (e.g., "make server" or "make client") in a recipe using cmake? I am writing a set of recipies for a software that is built from a single source tree and thus a single CMake configuration. The CMake configuration currently contains 3

Re: [yocto] [[AUH] 4/6] testimage/ptest: Add require of ptest-pkgs in EXTRA_IMAGE_FEATURES.

2015-12-10 Thread Paul Eggleton
On Tue, 01 Dec 2015 16:03:39 Aníbal Limón wrote: > Instead of add manually the ptest packages use IMAGE_FEATURE to > install ptest packages this save time validating if ptest pkg > exist. > > Signed-off-by: Aníbal Limón > --- > README | 3 ++- >

[yocto] systemd postinstall start service

2015-12-10 Thread Dvorkin Dmitry
Hello! I have a recipe that can be installed into image using postinstall RPM scriptlet only. It's an archive wrapped with a shell script. During the do_rootfs step this RPM is installed such a way: executional archive placed into /opt/. Then during the first system load systemd runs it's

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Martin Jansa
On Thu, Dec 10, 2015 at 02:15:05PM +, Bryan Evenson wrote: > Martin, > > > -Original Message- > > From: Martin Jansa [mailto:martin.ja...@gmail.com] > > Sent: Thursday, December 10, 2015 4:20 AM > > To: Bryan Evenson > > Cc: yocto@yoctoproject.org > >

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 4:20 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Wed, Dec

Re: [yocto] Computing transaction Error

2015-12-10 Thread Yukatharsani Jeyachandra
Hi All, I am getting the following error while running my bsp image. Loading cache... Updating cache... [100%] Computing transaction...error: Can't install packagegroup-mrvl-bsp-1.0-r17.1@bg4ct: no package provides amp Any idea what might go wrong ?

Re: [yocto] Custom kernel headers and SDK

2015-12-10 Thread Vuille, Martin (Martin)
Hi Valentin, When we first encountered the need for custom kernel headers, I asked a similar question to yours on this list. And what I learned from some of the responses was that modifying the standard headers was fraught with problems, including the issue that you raise. Fortunately, we got

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 9:39 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Thu, Dec