On 26-03-15 14:44, Gary Thomas wrote:
I have two development servers, one running an older version
of Fedora (x86 *), the other runs a recent Ubuntu (x86_64).
Both are the same CPU core (Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz)
I've just tried building the same target, using the same versio
On 26 March 2015 at 19:14, Graydon, Tracy wrote:
> [YOCTO #7519]
>
> Add the GetBitbakeVersion build step to nightly-*.conf buildsets
> in buildset_config.controller to enable toaster on autobuilder.
>
> Signed-off-by: Graydon, Tracy
> ---
> buildset-config.controller/nightly-arm-lsb.conf |
I just ran a build from scratch and as expected, I got the
full "Parsing recipes" for many minutes. I always start out
with BB_NO_NETWORK=1 set so I can see what new files need to
be downloaded (many of my customers are network limited and
I like to provide them with the necessary files off-line)
Hi Preeti,
On Thursday 19 March 2015 21:37:31 Preeti P wrote:
> I am working on adding the documents in to my SDK image.
> Basically, I want to have the man and info documentation for the tool-chain
> item in my SDK image.
>
> As per my understanding, the install package for every recipe gets spl
xlstproc is needed for doc building. I'm sure others are
effected as well.
Signed-off-by: Beth Flanagan
---
documentation/poky.ent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 5d12fc1..a8fe99f 100644
--- a/documentation
Can someone explain to me why this recipe (from meta-fsl-arm-extra)
requires network access if I have a current (built today on a different
machine) git tarball of the repository?
The error I get is:
ERROR: Function failed: Network access disabled through BB_NO_NETWORK (or set indirectly due
On 2015-03-27 11:00, Gary Thomas wrote:
Can someone explain to me why this recipe (from meta-fsl-arm-extra)
requires network access if I have a current (built today on a different
machine) git tarball of the repository?
Oops, forgot the recipe:
The error I get is:
ERROR: Function failed
On Fri, 2015-03-27 at 11:09 -0600, Gary Thomas wrote:
> On 2015-03-27 11:00, Gary Thomas wrote:
> > Can someone explain to me why this recipe (from meta-fsl-arm-extra)
> > requires network access if I have a current (built today on a different
> > machine) git tarball of the repository?
>
> Oops,
On 2015-03-27 11:19, Richard Purdie wrote:
On Fri, 2015-03-27 at 11:09 -0600, Gary Thomas wrote:
On 2015-03-27 11:00, Gary Thomas wrote:
Can someone explain to me why this recipe (from meta-fsl-arm-extra)
requires network access if I have a current (built today on a different
machine) git tarba
I was just comparing a build I did on 2015-03-20 and 2015-03-27.
I noticed that [today] almost every package in my build had to
be rebuilt :-( [I thought that things were pretty much frozen
for the next release!]
I compared some of the stamps and every one I examined looked
something like this:
On 27 March 2015 at 18:56, Gary Thomas wrote:
> What are these all about and why do I have them if I'm not
> running systemd?
>
Bitbake wasn't tracking those variables correctly, and now it is. You
could argue that PACKAGEVARS should be extended in the class that sets the
variable, and patches
SRC_URI to version 0.4 was broken.
Signed-off-by: Hugo Vasconcelos Saldanha
---
recipes-security/libmspack/{libmspack_0.4.bb => libmspack_0.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename recipes-security/libmspack/{libmspack_0.4.bb => libmspack_0.5.bb} (72%)
diff --git
I find myself in the situation where my project is currently using
meta-openembedded from the Dylan branch but I want to use a recipe from the
current master.
Is it better for me to copy the recipe into my own branch off of Dylan or to
copy the recipe into my own meta-layer?
What works out bett
Signed-off-by: Hugo Vasconcelos Saldanha
---
recipes-security/clamav/clamav_0.98.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/clamav/clamav_0.98.5.bb
b/recipes-security/clamav/clamav_0.98.5.bb
index 8f71654..08604a7 100644
--- a/recipes-security/clama
Another qt3 header (qmap.h) needs to include or "ptrdiff_t"
is undefined.
Signed-off-by: Hugo Vasconcelos Saldanha
---
recipes-qt3/qt3/qt-x11-free/qt3-cstddef.patch | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/recipes-qt3/qt3/qt-x11-free/qt3-cstddef.p
[YOCTO #7519]
Add the GetBitbakeVersion build step to nightly-*.conf buildsets
in buildset_config.controller to enable toaster on autobuilder.
Signed-off-by: Graydon, Tracy
---
buildset-config.controller/nightly-arm-lsb.conf | 1 +
buildset-config.controller/nightly-arm.conf | 1 +
I've run into this a couple times now and I still don't get it so please help
me understand.
I'm trying to understand how to include just the ir-keytable package of the
v4l-utils_1.6.2.bb recipe.
At first I was getting a lot of "Nothing PROVIDES" or "Nothing RPROVIDES" error
messages when I tr
On 2015-03-27 18:10, Matt Schuckmann wrote:
I’ve run into this a couple times now and I still don’t get it so please help
me understand.
I’m trying to understand how to include just the ir-keytable package of the
v4l-utils_1.6.2.bb recipe.
At first I was getting a lot of “Nothing PROVIDES” or “
[YOCTO #6854]
A common configuration selection is to remove x11 from
DISTRO_FEATURES. Add a nightly-weston.conf builset to allow us to test this
via the autobuilder. Also added to nightly.conf and yoctoAB.conf.
Signed-off-by: Graydon, Tracy
---
buildset-config.controller/nightly-weston.conf | 2
On Fri, Mar 27, 2015 at 01:56:27PM -0700, Matt Schuckmann wrote:
> I find myself in the situation where my project is currently using
> meta-openembedded from the Dylan branch but I want to use a recipe from the
> current master.
> Is it better for me to copy the recipe into my own branch off of
Hi Beth,
On Friday 27 March 2015 15:03:10 Beth Flanagan wrote:
> xlstproc is needed for doc building. I'm sure others are
> effected as well.
>
> Signed-off-by: Beth Flanagan
> ---
> documentation/poky.ent | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/p
merged to master-next
thanks.
- armin
On 03/27/2015 01:49 PM, Hugo Vasconcelos Saldanha wrote:
SRC_URI to version 0.4 was broken.
Signed-off-by: Hugo Vasconcelos Saldanha
---
recipes-security/libmspack/{libmspack_0.4.bb => libmspack_0.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 del
merged to master-next.
Thanks,
Armin
On 03/27/2015 02:25 PM, Hugo Vasconcelos Saldanha wrote:
Signed-off-by: Hugo Vasconcelos Saldanha
---
recipes-security/clamav/clamav_0.98.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/clamav/clamav_0.98.5.bb
b
23 matches
Mail list logo