|
Re: Prescribed way to make global variables in recipes?
I guess the problem here is not that you have two versions of u-boot
but that you are trying to include both of them at once - e.g. one you
added explicitly via IMAGE_INSTALL and one that the machine
I guess the problem here is not that you have two versions of u-boot
but that you are trying to include both of them at once - e.g. one you
added explicitly via IMAGE_INSTALL and one that the machine
|
By
Andre McCurdy <armccurdy@...>
·
#29349
·
|
|
Re: Prescribed way to make global variables in recipes?
This doesn’t seem to be a viable option. I’m still missing something I think.
We are adding our own layer on top of our soc vendor’s layer. In their layer there is a specialized u-boot
This doesn’t seem to be a viable option. I’m still missing something I think.
We are adding our own layer on top of our soc vendor’s layer. In their layer there is a specialized u-boot
|
By
Andy Gikling <agikling@...>
·
#29348
·
|
|
Yocto Project Status WW15
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.)
Next Deadline: YP 2.1 Final Release Target: April 29, 2016
SWAT team rotation: Saul ->
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.)
Next Deadline: YP 2.1 Final Release Target: April 29, 2016
SWAT team rotation: Saul ->
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#29347
·
|
|
Re: Prescribed way to make global variables in recipes?
As the stock u-boot appears to be sufficient I'd say use that and then add a u-boot-faux-debug_2014.04.bb recipe that just does "include u-boot-${PV}.bb" and then whatever SRC_URI changes you want in
As the stock u-boot appears to be sufficient I'd say use that and then add a u-boot-faux-debug_2014.04.bb recipe that just does "include u-boot-${PV}.bb" and then whatever SRC_URI changes you want in
|
By
Burton, Ross <ross.burton@...>
·
#29346
·
|
|
Re: Prescribed way to make global variables in recipes?
Ross,
Perfect thank you so much. That makes total sense now.
I like the idea of just having two different recipes and then use IMAGE_INSTALL. However, in the u-boot example I’m actually
Ross,
Perfect thank you so much. That makes total sense now.
I like the idea of just having two different recipes and then use IMAGE_INSTALL. However, in the u-boot example I’m actually
|
By
Andy Gikling <agikling@...>
·
#29345
·
|
|
Re: Prescribed way to make global variables in recipes?
You can't. The basic reason being that images are built from packages, and the packages have already been built when the image is built.
In your view, what would happen if you did "bitbake faux-app
You can't. The basic reason being that images are built from packages, and the packages have already been built when the image is built.
In your view, what would happen if you did "bitbake faux-app
|
By
Burton, Ross <ross.burton@...>
·
#29344
·
|
|
Prescribed way to make global variables in recipes?
Dear Yocto,
First of all, I love this project. Thanks for all your hard work.
Question: What is the prescribed way to allow image recipes to make global configuration variables that other
Dear Yocto,
First of all, I love this project. Thanks for all your hard work.
Question: What is the prescribed way to allow image recipes to make global configuration variables that other
|
By
Andy Gikling <agikling@...>
·
#29343
·
|
|
Re: Python GObject Errors on yocto-2.1_M3.rc2
In principle, yes - if you need to have pygobject both for 2 and 3 at the same time, you can have two slightly different recipes; but I don't know if it will work. You need to try and see.
Alex
In principle, yes - if you need to have pygobject both for 2 and 3 at the same time, you can have two slightly different recipes; but I don't know if it will work. You need to try and see.
Alex
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#29342
·
|
|
does any YP guide show clearly how to use a local git kernel repo?
in my travels, i frequently read online about people asking how to
set up a kernel recipe to point at a local kernel source tree or local
kernel git repo and, as best i can tell, this isn't really
in my travels, i frequently read online about people asking how to
set up a kernel recipe to point at a local kernel source tree or local
kernel git repo and, as best i can tell, this isn't really
|
By
Robert P. J. Day
·
#29341
·
|
|
Re: [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.
This causes do_populate_sysroot error if build two or more types of refpolicy:
$ bitbake refpolicy-minimum && bitbake refpolicy-mls
ERROR: refpolicy-mls-git-r0 do_populate_sysroot: The recipe
This causes do_populate_sysroot error if build two or more types of refpolicy:
$ bitbake refpolicy-minimum && bitbake refpolicy-mls
ERROR: refpolicy-mls-git-r0 do_populate_sysroot: The recipe
|
By
wenzong fan <wenzong.fan@...>
·
#29340
·
|
|
[PATCH][meta-selinux] refpolicy-minimum: port changes for prepare_policy_store
From: Wenzong Fan <wenzong.fan@...>
Apply the changes to refpolicy-minimum_2.20151208.bb:
commit bfaf278116e6c3a04bb82c9f8a4f8629a0a85df8
Author: Wenzong Fan
From: Wenzong Fan <wenzong.fan@...>
Apply the changes to refpolicy-minimum_2.20151208.bb:
commit bfaf278116e6c3a04bb82c9f8a4f8629a0a85df8
Author: Wenzong Fan
|
By
wenzong.fan@...
·
#29339
·
|
|
[PATCH] dev-manual: set correct task name for do_kernel_configme
Signed-off-by: Yi Zhao <yi.zhao@...>
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Yi Zhao <yi.zhao@...>
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Yi Zhao
·
#29338
·
|
|
Re: Help Cross Compiling for AVR
I think you should try with master first
I think you should try with master first
|
By
Khem Raj
·
#29337
·
|
|
Re: Python GObject Errors on yocto-2.1_M3.rc2
> To: yocto@...
> From: alexander.kanavin@...
> Date: Thu, 7 Apr 2016 16:40:30 +0300
> Subject: Re: [yocto] Python GObject Errors on yocto-2.1_M3.rc2
>
> On 04/07/2016 04:35 PM, Burton, Ross wrote:
>
> To: yocto@...
> From: alexander.kanavin@...
> Date: Thu, 7 Apr 2016 16:40:30 +0300
> Subject: Re: [yocto] Python GObject Errors on yocto-2.1_M3.rc2
>
> On 04/07/2016 04:35 PM, Burton, Ross wrote:
>
|
By
Chris Trobridge <christrobridge@...>
·
#29336
·
|
|
Re: Error including PHP
The clue is in the output. Don't use -b as it doesn't build dependencies, which is why configure fails. Just do:
$ bitbake php
Ross
The clue is in the output. Don't use -b as it doesn't build dependencies, which is why configure fails. Just do:
$ bitbake php
Ross
|
By
Burton, Ross <ross.burton@...>
·
#29335
·
|
|
[eclipse-poky][PATCH] org.yocto.sdk.ide: Use CFLAGS from CC variable in cmake toolchain file
The CC and CXX variables imported from the Yocto build environment
may contain additional compiler flags after the compiler name. Extract
those and add them to cmake toolchain file variables,
The CC and CXX variables imported from the Yocto build environment
may contain additional compiler flags after the compiler name. Extract
those and add them to cmake toolchain file variables,
|
By
Thomas Elste <thomas.elste@...>
·
#29334
·
|
|
Re: out of tree kernel modules using autotools
It looks like the variable is indeed defined, however not in a way where I could have seen it via the devshell. I fixed the build by adding an additional `--with-linux-obj=${STAGING_KERNEL_BUILDDIR}`,
It looks like the variable is indeed defined, however not in a way where I could have seen it via the devshell. I fixed the build by adding an additional `--with-linux-obj=${STAGING_KERNEL_BUILDDIR}`,
|
By
Matt Broadstone <mbroadst@...>
·
#29333
·
|
|
Re: [meta-poky][PATCH] poky-tiny: Switch to using kernel 4.4 and busybox for init
Scripts would be fine, however the minimal
image boots fine with above and the scripts add about 15K compressed.
thats why its removed
Scripts would be fine, however the minimal
image boots fine with above and the scripts add about 15K compressed.
thats why its removed
|
By
Khem Raj
·
#29332
·
|
|
out of tree kernel modules using autotools
Hello,
I'm beginning a process to try to build zfs-on-linux for my image (as I have yet to find any existing work in this area), and am running into some trouble building out of tree kernel modules
Hello,
I'm beginning a process to try to build zfs-on-linux for my image (as I have yet to find any existing work in this area), and am running into some trouble building out of tree kernel modules
|
By
Matt Broadstone <mbroadst@...>
·
#29331
·
|
|
Re: Python GObject Errors on yocto-2.1_M3.rc2
Yeah, the annoying side effect is that every python thingy needs to be packaged twice - not so visible in oe-core, but very visible in meta-oe's
Yeah, the annoying side effect is that every python thingy needs to be packaged twice - not so visible in oe-core, but very visible in meta-oe's
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#29330
·
|