|
Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted
could you double confirm the link below is used in your side? Ideally the gnu mirror should be used, e.g. ftp://ftp.gnu.org/gnu/gcc/gcc-4.5.1/gcc-4.5.1.tar.bz2 in my log though it’s 4.5.1 If the upstr
could you double confirm the link below is used in your side? Ideally the gnu mirror should be used, e.g. ftp://ftp.gnu.org/gnu/gcc/gcc-4.5.1/gcc-4.5.1.tar.bz2 in my log though it’s 4.5.1 If the upstr
|
By
...
· #1220
·
|
|
Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted
could you try manually download the tar ball from the link, and then copy to the /home/rsaxena/poky-4.0-build/downloads/? Thanks Kevin
could you try manually download the tar ball from the link, and then copy to the /home/rsaxena/poky-4.0-build/downloads/? Thanks Kevin
|
By
...
· #1214
·
|
|
What builds 'netbase'?
I think we should extend checksum to cover local files/patches, instead of just recipe variables. This way old sstate cache will be automatically invalided due to different checksum from /etc/interfac
I think we should extend checksum to cover local files/patches, instead of just recipe variables. This way old sstate cache will be automatically invalided due to different checksum from /etc/interfac
|
By
...
· #1042
·
|
|
rootfs image size
Thanks for the catch-up. I do remember that you dig it out but not realize related here. :-) Thanks Kevin
Thanks for the catch-up. I do remember that you dig it out but not realize related here. :-) Thanks Kevin
|
By
...
· #877
·
|
|
rootfs image size
This is a known issue in 0.9. the switch from ipk to rpm leaves some temporary files in the final ext3 rootfs, which results the large size. This configuration option only works when it exceeds the si
This is a known issue in 0.9. the switch from ipk to rpm leaves some temporary files in the final ext3 rootfs, which results the large size. This configuration option only works when it exceeds the si
|
By
...
· #867
·
|
|
Building all packages using the released toolchain
Yes. Poky.git is a repo which contains a bunch of branches. One simple way you can verify is to use "git branch", and if "*master" is shown then you're using the master branch. If it still doesn't wor
Yes. Poky.git is a repo which contains a bunch of branches. One simple way you can verify is to use "git branch", and if "*master" is shown then you're using the master branch. If it still doesn't wor
|
By
...
· #798
·
|
|
Building all packages using the released toolchain
Yes, it's make 3.82 related. My gut-feeling is that FC12 should have an older version which ends up wrong here. :-) OK, I remembered that there're a series of patches to make FC14 happy after Laverne
Yes, it's make 3.82 related. My gut-feeling is that FC12 should have an older version which ends up wrong here. :-) OK, I remembered that there're a series of patches to make FC14 happy after Laverne
|
By
...
· #790
·
|
|
Building all packages using the released toolchain
The make-native is required on Fedora14. So you don't need that step and Instead you could directly: Bitbake poky-image-sato Btw, could you post your errors? For native packages, yes the host compiler
The make-native is required on Fedora14. So you don't need that step and Instead you could directly: Bitbake poky-image-sato Btw, could you post your errors? For native packages, yes the host compiler
|
By
...
· #786
·
|
|
LTP status for Yocto 1.0/M2
Hi, Dave, Yes, LSB contains cron. I talked to Jiajun about choice of the profile. SDK profile simplifies QA’s test effort since it runs on both Qemu and real hardware, while LSB profile is not suitabl
Hi, Dave, Yes, LSB contains cron. I talked to Jiajun about choice of the profile. SDK profile simplifies QA’s test effort since it runs on both Qemu and real hardware, while LSB profile is not suitabl
|
By
...
· #784
·
|
|
LTP status for Yocto 1.0/M2
Hi, all, I’d like to give a quick update about current LTP status. For detail, please check out: https://wiki.yoctoproject.org/wiki/LTP_result Generally LTP is for desktop compliance and not strictly
Hi, all, I’d like to give a quick update about current LTP status. For detail, please check out: https://wiki.yoctoproject.org/wiki/LTP_result Generally LTP is for desktop compliance and not strictly
|
By
...
· #778
·
|
|
Failing to compile Yocto (acl package)
the mirror is only reached if there's no response from original SRC_URI link. In your case, the original link does work... which however provides a broken tar ball. From poky p.o.v, the do_fetch task
the mirror is only reached if there's no response from original SRC_URI link. In your case, the original link does work... which however provides a broken tar ball. From poky p.o.v, the do_fetch task
|
By
...
· #695
·
|
|
Failing to compile Yocto (acl package)
I've sent out the SRC_URI fixes to use correct Savannah site. BTW, if the mirror site is down, you should still get a correct tar ball from pre-configured poky mirrors (pokylinux.org, ...). Please let
I've sent out the SRC_URI fixes to use correct Savannah site. BTW, if the mirror site is down, you should still get a correct tar ball from pre-configured poky mirrors (pokylinux.org, ...). Please let
|
By
...
· #693
·
|
|
Failing to compile Yocto (acl package)
yes, it's very likely that the file you downloaded from the mirror is broken. You can either change the SRC_URI in the acl*.bb to the real Savannah link, or download it manually and then copy to the p
yes, it's very likely that the file you downloaded from the mirror is broken. You can either change the SRC_URI in the acl*.bb to the real Savannah link, or download it manually and then copy to the p
|
By
...
· #692
·
|
|
Master stability and the autobuilder.
Beth, thanks for sharing your observations and suggestions which are great. I think this is not true. Current guideline for distro team is to make incremental builds for all archs and make a full buil
Beth, thanks for sharing your observations and suggestions which are great. I think this is not true. Current guideline for distro team is to make incremental builds for all archs and make a full buil
|
By
...
· #669
·
|
|
Yocto LTP wiki page
Hi, all, I just create a new wiki page to track LTP status for Yocto Project: https://wiki.yoctoproject.org/wiki/LTP_result Embedded Linux distribution is unlike a typical desktop Linux, because it's
Hi, all, I just create a new wiki page to track LTP status for Yocto Project: https://wiki.yoctoproject.org/wiki/LTP_result Embedded Linux distribution is unlike a typical desktop Linux, because it's
|
By
...
· #621
·
|
|
Build success (mostly), disk space a little huge
It's normal. There're several reasons for that. One is the debug symbols. The other is that Yocto implements build tasks in staged way to avoid interference among tasks, which results in multiple copi
It's normal. There're several reasons for that. One is the debug symbols. The other is that Yocto implements build tasks in staged way to avoid interference among tasks, which results in multiple copi
|
By
...
· #620
·
|
|
[poky] Recipe Updating Status and call to action
I think the both. :-) This is always being a tradeoff in all distributions. There's no simple guideline whether there's severe risk to upgrade to a latest release, and I think the one general rule is
I think the both. :-) This is always being a tradeoff in all distributions. There's no simple guideline whether there's severe risk to upgrade to a latest release, and I think the one general rule is
|
By
...
· #614
·
|
|
[poky] Recipe Updating Status and call to action
I'm kind of surprised when seeing this data, as I thought we have upgraded more than 110 recipes. Then distro team gathered just now to understand whether there's anything mismatch. The major point ca
I'm kind of surprised when seeing this data, as I thought we have upgraded more than 110 recipes. Then distro team gathered just now to understand whether there's anything mismatch. The major point ca
|
By
...
· #601
·
|
|
quick update about LTP failures
Hi, all, I start looking into our LTP failures now and get some cursory picture. ( http://bugzilla.pokylinux.org/show_bug.cgi?id=169 ) I tried qemux86 sato image from latest M2 build, and there're in
Hi, all, I start looking into our LTP failures now and get some cursory picture. ( http://bugzilla.pokylinux.org/show_bug.cgi?id=169 ) I tried qemux86 sato image from latest M2 build, and there're in
|
By
...
· #597
·
|
|
version problems about SDK
Yes, SDK is generated from the distro metadata, which however doesn't prevent SDK as a standalone component to have its own version variable. We can have: SDK_VERSION = ${DISTRO_VERSION} or, SDK_VERSI
Yes, SDK is generated from the distro metadata, which however doesn't prevent SDK as a standalone component to have its own version variable. We can have: SDK_VERSION = ${DISTRO_VERSION} or, SDK_VERSI
|
By
...
· #565
·
|