##|
ETA: 00:00:00
Loaded 1882 entries from dependency cache.
Build Configuration:
BB_VERSION= "1.15.2"
TARGET_ARCH = "x86_64"
TARGET_OS = "linux"
MACHINE = "qemux86-64"
DISTRO= "poky"
DISTR
Aloha all,
I have successfully managed to build a custom kernel, thanks to the
help on IRC. Unfortunately this is only step one of my travels with
Yocto. I now need to be able to build the kernel with dtb.
Part of my issue is that the .dtsi and .dts files that I require are
in a separate git tree
Thanks Khem,
I successfully found g++ compiler path which is:
/opt/poky/1.2.1/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
now I was able to configure the poky tool chain into Qt creator (using
default mkspec which is linux-g++); after that I t
On 12/07/12 10:43, McClintock Matthew-B29882 wrote:
Josh, Scott:
I've pushed a set of patches for edison/denzil branch - and I may push
a few more still to:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/edison
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=
On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote:
> On 12/07/12 10:43, McClintock Matthew-B29882 wrote:
>>
>> Josh, Scott:
>>
>> I've pushed a set of patches for edison/denzil branch - and I may push
>> a few more still to:
>>
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=m
On 16/07/12 08:10, McClintock Matthew-B29882 wrote:
On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote:
On 12/07/12 10:43, McClintock Matthew-B29882 wrote:
Josh, Scott:
I've pushed a set of patches for edison/denzil branch - and I may push
a few more still to:
http://git.yoctoproject.org/c
On Mon, Jul 16, 2012 at 10:32 AM, Joshua Lock wrote:
> On 16/07/12 08:10, McClintock Matthew-B29882 wrote:
>>
>> On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote:
>>>
>>> On 12/07/12 10:43, McClintock Matthew-B29882 wrote:
Josh, Scott:
I've pushed a set of patches for e
On 07/12/2012 10:43 AM, McClintock Matthew-B29882 wrote:
Josh, Scott:
I've pushed a set of patches for edison/denzil branch - and I may push
a few more still to:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/edison
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/lo
On Mon, Jul 16, 2012 at 11:22 AM, Scott Garman wrote:
> On 07/12/2012 10:43 AM, McClintock Matthew-B29882 wrote:
>>
>> Josh, Scott:
>>
>> I've pushed a set of patches for edison/denzil branch - and I may push
>> a few more still to:
>>
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/l
On 07/06/2012 01:53 PM, Aws Ismail wrote:
Fix segmentation fault when passing -a without angel value.
When psplash -a is called instead of psplash -a
it will segmentation fault calling out of bound argv[].
git://git.yoctoproject.org/psplash
Signed-of-by: Aws Ismail
---
Agenda:
* Opens collection - 5 min (Song)
* 1.2.1 release readiness - 10 min (ScottG)
* 1.1.2 release readiness - 10 min (Josh/Beth)
* Yocto 1.3 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status
* SWAT team rotation: Paul -> Ross
* Opens - 10 min
* Tea
Hi all,
I'm having trouble building the xserver-xorg package. The build fails
with:
| render2.c: In function '__glXDisp_Map1d':
| render2.c:104:5: error: the comparison will always evaluate as 'true' for the
address of 'u1' will never be NULL [-Werror=address]
| render2.c:105:5: error: the compa
The use of brackets was causing dash to skip over the removal of
several unwanted files. The presence of these files was causing an
exception during packaging.
Signed-off-by: Kevin Strasser
---
recipes-extended/webmin/webmin_1.570.bb |7 ---
1 file changed, 4 insertions(+), 3 deletions(-
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade this time, they can fill in
RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this
recipe remainder until newer u
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and
will show how long it is since their last mannual version check.
You can check the detail information at
http://packages.yoctoproject.org/manuallychkinfo
PackageName
On Mon, 2012-07-16 at 16:01 +, McClintock Matthew-B29882 wrote:
> On Mon, Jul 16, 2012 at 10:32 AM, Joshua Lock wrote:
> > On 16/07/12 08:10, McClintock Matthew-B29882 wrote:
> >>
> >> On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote:
> >>>
> >>> On 12/07/12 10:43, McClintock Matthew-B29882
I've built the 'atom-pc' kernel as follows:
1) git clone git://git.yoctoproject.org/poky.git
2) git checkout denzil
3) source poky/oe-init-build-env work-area
4) Edit local.conf so that threads/parallel make are both 16 and MACHINE is
'atom-pc'
8) bitbake virtual/kernel.
However, the kernel that
On 07/16/2012 04:25 PM, Chris Tapp wrote:
I've built the 'atom-pc' kernel as follows:
1) git clone git://git.yoctoproject.org/poky.git
2) git checkout denzil
3) source poky/oe-init-build-env work-area
4) Edit local.conf so that threads/parallel make are both 16 and MACHINE is
'atom-pc'
8) bitba
On Monday, 16 July 2012 at 21:25, Chris Tapp wrote:
> I've built the 'atom-pc' kernel as follows:
>
> 1) git clone git://git.yoctoproject.org/poky.git
> (http://git.yoctoproject.org/poky.git)
> 2) git checkout denzil
> 3) source poky/oe-init-build-env work-area
> 4) Edit local.conf so that thread
On 16 Jul 2012, at 22:02, Ross Burton wrote:
> On Monday, 16 July 2012 at 21:25, Chris Tapp wrote:
>> I've built the 'atom-pc' kernel as follows:
>>
>> 1) git clone git://git.yoctoproject.org/poky.git
>> (http://git.yoctoproject.org/poky.git)
>> 2) git checkout denzil
>> 3) source poky/oe-init-b
On 16 Jul 2012, at 21:40, Jim Abernathy wrote:
> On 07/16/2012 04:25 PM, Chris Tapp wrote:
>> I've built the 'atom-pc' kernel as follows:
>>
>> 1) git clone git://git.yoctoproject.org/poky.git
>> 2) git checkout denzil
>> 3) source poky/oe-init-build-env work-area
>> 4) Edit local.conf so that th
Comment on 1.1.2 - I'm seeing the following issue on a CentOS 5.8 box
- do you do any QA tests on such a distribution?
| DEBUG: Staging files from
/home/mattsm/git/poky/build-edison-old/tmp/work/ppc603e-poky-linux/eglibc-locale-2.13-r16/pkgdata
to /home/mattsm/git/poky/build-edison-old/tmp/pkgdata
On Monday 16 July 2012 11:08:48 Kevin Strasser wrote:
> The use of brackets was causing dash to skip over the removal of
> several unwanted files. The presence of these files was causing an
> exception during packaging.
>
> Signed-off-by: Kevin Strasser
> ---
> recipes-extended/webmin/webmin_1.5
On Friday 13 July 2012 16:19:01 Kevin Strasser wrote:
> Signed-off-by: Kevin Strasser
> ---
> .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb
> b/recipes-multim
Hi all,
I'm trying to take Denzil out for a spin, and when I do bitbake, from inside
Sony (behind our corporate firewall) I get this:
(I was doing 'bitbake poky-image-sato')
-
...
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause o
On Mon, Jul 16, 2012 at 6:57 PM, Tim Bird wrote:
> Hi all,
>
> I'm trying to take Denzil out for a spin, and when I do bitbake, from inside
> Sony (behind our corporate firewall) I get this:
>
> (I was doing 'bitbake poky-image-sato')
> -
> ...
> ERROR: OE-core's config sanity checker
On Mon, Jul 16, 2012 at 5:10 PM, Matthew McClintock wrote:
> Comment on 1.1.2 - I'm seeing the following issue on a CentOS 5.8 box
> - do you do any QA tests on such a distribution?
>
> | DEBUG: Staging files from
> /home/mattsm/git/poky/build-edison-old/tmp/work/ppc603e-poky-linux/eglibc-locale-2
On Mon, Jul 16, 2012 at 10:31 PM, McClintock Matthew-B29882
wrote:
> }
> - rm -rf ${SSTATE_BUILDDIR}
> + strace rm -rf ${SSTATE_BUILDDIR}
strace is probably eating the return value
___
yocto mailing list
yocto@yoctoproject.org
https://lists.
28 matches
Mail list logo