|
Re: The term Package as used in the YP docs
I am not advocating changing the variable names. I know that this is a huge undertaking and prone to many problems. This probably one of the many legacy things people will have to live with and
I am not advocating changing the variable names. I know that this is a huge undertaking and prone to many problems. This probably one of the many legacy things people will have to live with and
|
By
Rudolf Streif <rudolf.streif@...>
·
#9700
·
|
|
Re: The term Package as used in the YP docs
I have tried to weed out the ambiguous use of "package" for this upcoming version of the manual set. I don't think I would want to suggest changing any of the "P*" type variable names in the code. I
I have tried to weed out the ambiguous use of "package" for this upcoming version of the manual set. I don't think I would want to suggest changing any of the "P*" type variable names in the code. I
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#9699
·
|
|
Re: The term Package as used in the YP docs
No dispute there.
The thing is, we no longer do that - we've fixed a number of references in the
documentation, help text and error messages for this release so that "recipe"
is used when that's
No dispute there.
The thing is, we no longer do that - we've fixed a number of references in the
documentation, help text and error messages for this release so that "recipe"
is used when that's
|
By
Paul Eggleton
·
#9698
·
|
|
Re: The term Package as used in the YP docs
+1
I agree with Scott's definition. In the general Linux context a Package is a compilation of binaries, documentation, development files, etc. wrapped up in a format that can be used by a package
+1
I agree with Scott's definition. In the general Linux context a Package is a compilation of binaries, documentation, development files, etc. wrapped up in a format that can be used by a package
|
By
Rudolf Streif <rudolf.streif@...>
·
#9697
·
|
|
Re: The term Package as used in the YP docs
Paul,
Thanks for the clarification on the host packages. Maybe I should rewrite "The Packages" section to use that term. That seems best. I guess the reason I wanted to explain the weird variable
Paul,
Thanks for the clarification on the host packages. Maybe I should rewrite "The Packages" section to use that term. That seems best. I guess the reason I wanted to explain the weird variable
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#9696
·
|
|
Re: The term Package as used in the YP docs
Hi Scott,
The thing is, this is actually the same meaning, we're just talking about
packages for your host distribution rather than packages for the custom distro
you're building - the concept is
Hi Scott,
The thing is, this is actually the same meaning, we're just talking about
packages for your host distribution rather than packages for the custom distro
you're building - the concept is
|
By
Paul Eggleton
·
#9695
·
|
|
The term Package as used in the YP docs
This post will have some strong opinions and responses. But, I want to throw this out as a re-write of the term “Package” as defined in the YP Development Manual’s “Terms” section. I gave
This post will have some strong opinions and responses. But, I want to throw this out as a re-write of the term “Package” as defined in the YP Development Manual’s “Terms” section. I gave
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#9694
·
|
|
Re: build failure on current
Just to bring this full circle: I finally got the CRC error on my Ubuntu
10.04 build server to go away by adding the following line to
/etc/apt/sources.list:
deb http://archive.ubuntu.com/ubuntu
Just to bring this full circle: I finally got the CRC error on my Ubuntu
10.04 build server to go away by adding the following line to
/etc/apt/sources.list:
deb http://archive.ubuntu.com/ubuntu
|
By
Evade Flow <evadeflow@...>
·
#9693
·
|
|
Re: build failure on current
Oh! Didn't even think of that. :-% Looks like it's gzip:
evadeflow% gzip -d perl-5.14.2.tar.gz
gzip: perl-5.14.2.tar.gz: invalid compressed data--crc error
Nice find! I'll see about updating my
Oh! Didn't even think of that. :-% Looks like it's gzip:
evadeflow% gzip -d perl-5.14.2.tar.gz
gzip: perl-5.14.2.tar.gz: invalid compressed data--crc error
Nice find! I'll see about updating my
|
By
Evade Flow <evadeflow@...>
·
#9692
·
|
|
Re: build failure on current
Is it definitely tar that's the problem or gzip? This would suggest gzip:
http://code.google.com/p/go/issues/detail?id=3443
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
Is it definitely tar that's the problem or gzip? This would suggest gzip:
http://code.google.com/p/go/issues/detail?id=3443
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#9691
·
|
|
Re: build failure on current
My bad, sorry. (I really need to read more carefully.) Here's what I get when
I add the missing lines:
evadeflow% cat > temp.sh
#!/bin/sh
needtar=1
TARVERSION=`tar --version | head -n 1 | cut -d ' '
My bad, sorry. (I really need to read more carefully.) Here's what I get when
I add the missing lines:
evadeflow% cat > temp.sh
#!/bin/sh
needtar=1
TARVERSION=`tar --version | head -n 1 | cut -d ' '
|
By
Evade Flow <evadeflow@...>
·
#9690
·
|
|
Re: build failure on current
No, but the rest of the script (the bit following the blank line that you've
omitted) is... I wanted to ensure that both the stripping out of the version
and float_test were working.
No, but the rest of the script (the bit following the blank line that you've
omitted) is... I wanted to ensure that both the stripping out of the version
and float_test were working.
|
By
Paul Eggleton
·
#9689
·
|
|
Re: build failure on current
To answer your questions...
Yessir.
evadeflow% cat pseudodone
/home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin
Erm... that *specific* bit prints nothing when pasted into a
To answer your questions...
Yessir.
evadeflow% cat pseudodone
/home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin
Erm... that *specific* bit prints nothing when pasted into a
|
By
Evade Flow <evadeflow@...>
·
#9688
·
|
|
Re: build failure on current
It definitely chokes on perl when building core-image-minimal from scratch on
my Ubuntu 10.04 LTS machine. But... it *did* build tar 1.26!(?) And even this
tar cannot, it seems, unpack the
It definitely chokes on perl when building core-image-minimal from scratch on
my Ubuntu 10.04 LTS machine. But... it *did* build tar 1.26!(?) And even this
tar cannot, it seems, unpack the
|
By
Evade Flow <evadeflow@...>
·
#9687
·
|
|
Re: build failure on current
Just to confirm, this is the same path you get if you run "cat pseudodone" in
your build directory?
No, the code to do this was there in denzil as well. Here's the code cut out
into a shell script
Just to confirm, this is the same path you get if you run "cat pseudodone" in
your build directory?
No, the code to do this was there in denzil as well. Here's the code cut out
into a shell script
|
By
Paul Eggleton
·
#9686
·
|
|
Re: build failure on current
Seems it definitely didn't build tar:
evadeflow% pwd
/home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin
evadeflow% ls t*
tabs tailf taskset tic toe tput tset tunctl
Seems it definitely didn't build tar:
evadeflow% pwd
/home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin
evadeflow% ls t*
tabs tailf taskset tic toe tput tset tunctl
|
By
Evade Flow <evadeflow@...>
·
#9685
·
|
|
[PATCH] mtd-utils: update SRC_URI to support BB_NO_NETWORK
Move the tag from the SRC_URI to SRCREV to enable builds
using BB_NO_NETWORK
Signed-off-by: Martin Donnelly <martin.donnelly@...>
---
meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb | 5 +++--
1
Move the tag from the SRC_URI to SRCREV to enable builds
using BB_NO_NETWORK
Signed-off-by: Martin Donnelly <martin.donnelly@...>
---
meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb | 5 +++--
1
|
By
Martin Donnelly <martin.donnelly@...>
·
#9684
·
|
|
Re: [meta-baryon][PATCH 0/4] clear up build warnings
Merged to meta-baryon master, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
Merged to meta-baryon master, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#9683
·
|
|
[PATCH 1/1] [meta-intel] meta-crystalforest: Create a custom build Image recipe.
From: Kishore Bodke <kishore.k.bodke@...>
To build with the corpus files recipes, create a customized
recipe to install them into the Image.
Signed-off-by: Kishore Bodke
From: Kishore Bodke <kishore.k.bodke@...>
To build with the corpus files recipes, create a customized
recipe to install them into the Image.
Signed-off-by: Kishore Bodke
|
By
kishore.k.bodke@...
·
#9682
·
|
|
[PATCH 0/1][meta-intel] Add a custom Image recipe
From: Kishore Bodke <kishore.k.bodke@...>
This patch adds the custom build Image recipe to install
all the corpus files into the image.
Please pull them into meta-intel/master.
From: Kishore Bodke <kishore.k.bodke@...>
This patch adds the custom build Image recipe to install
all the corpus files into the image.
Please pull them into meta-intel/master.
|
By
kishore.k.bodke@...
·
#9681
·
|