-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 : f544775e
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 an
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 TARGET_TOOLCHAIN_TASK
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: /etc
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
b/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6
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 becom
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 09, 2015 at 08:19:40PM +0
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
> > Subject: Re: [yocto] Cleanly movi
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 awa
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 ?
On 12/10/2015 09:40 AM, Vuille, Martin (Martin) wrote:
> 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
> pr
Edward,
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of ed
> Sent: Wednesday, December 09, 2015 4:06 AM
> To: yocto@yoctoproject.org
> Subject: [yocto] DHCP kernel 2.6.35
>
> Hi,
>
> Regards the Yocto 2.6.35 kernel I hav
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 10, 2015 at 02:15:05PM +0
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
> > Subject: Re: [yocto] Cleanly movi
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
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, Dec 10, 2015 at 04:20:45PM +
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 tarba
> 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 transaction...error: Can't install
> packagegr
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 ha
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
> 2) Use a million-line
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 -
> however, setting EXTRA_OEMAKE
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:
>
> On 10 December 2015 at 21
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 :)
>
A simply workflow woul
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 everbody,
>
> I am trying to use t
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 ++-
> modules/testimage.py | 5 ++---
> up
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 pos
26 matches
Mail list logo