|
Re: [poky] [PATCH 0/5] linux-yocto: consolidated pull request
Everything got pulled this time
In Master now
Thanks
Sau!
Everything got pulled this time
In Master now
Thanks
Sau!
|
By
Saul Wold <sgw@...>
·
#789
·
|
|
Re: [poky] [PATCH 0/1] linux-yocto: add routerstation pro and mpc8315e-rdb support
Pulled into master
Thanks
Sau!
Pulled into master
Thanks
Sau!
|
By
Saul Wold <saul.wold@...>
·
#788
·
|
|
Re: Building all packages using the released toolchain
Ok. I was not sure if it was specific to Fedora 14 or not. The Quick
Start mentions Fedora 14 "or another distribution with GNU make 3.82"
which is what I have on Fedora 12, so I thought this step
Ok. I was not sure if it was specific to Fedora 14 or not. The Quick
Start mentions Fedora 14 "or another distribution with GNU make 3.82"
which is what I have on Fedora 12, so I thought this step
|
By
Rick De Laet <rdelaet@...>
·
#787
·
|
|
Re: 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
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
|
By
Tian, Kevin <kevin.tian@...>
·
#786
·
|
|
Building all packages using the released toolchain
I am new to yocto, I have installed yacto on Fedora 12.
I was trying to follow the steps in the getting started guide and was
trying a build with "bitbake make-native" and got some build errors
I am new to yocto, I have installed yacto on Fedora 12.
I was trying to follow the steps in the getting started guide and was
trying a build with "bitbake make-native" and got some build errors
|
By
Rick De Laet <rdelaet@...>
·
#785
·
|
|
Re: 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
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
|
By
Tian, Kevin <kevin.tian@...>
·
#784
·
|
|
Re: Changes to the autobuilder.
I agree, it does seem odd, but since there was a standard already in
place (for historical reasons, I'm sure) with emenlow and atom-pc of
<machine>/<arch>/ I wanted to make sure I didn't mess up
I agree, it does seem odd, but since there was a standard already in
place (for historical reasons, I'm sure) with emenlow and atom-pc of
<machine>/<arch>/ I wanted to make sure I didn't mess up
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#783
·
|
|
Re: Changes to the autobuilder.
once you've descended into machine_name, "arch" seems superfluous. Won't
it be the only directory? Would it make more sense as:
machines/arch/machine_name ?
machines
x86
qemux86
atom-pc
once you've descended into machine_name, "arch" seems superfluous. Won't
it be the only directory? Would it make more sense as:
machines/arch/machine_name ?
machines
x86
qemux86
atom-pc
|
By
Darren Hart <dvhart@...>
·
#782
·
|
|
Re: ntp client
Hi,
I have a layer and will try it.
If all thinks goes well, I submit a patch.
In OE I used openntpd. The busybox ntp client does not support a config file.
Thanks.
--
Hi,
I have a layer and will try it.
If all thinks goes well, I submit a patch.
In OE I used openntpd. The busybox ntp client does not support a config file.
Thanks.
--
|
By
João Henrique Ferreira de Freitas
·
#781
·
|
|
Re: ntp client
João,
If you are creating a layer, then it would be best to create a busybox.bbappend file that enables the options you are looking for. You can also add an ntp client in your layer, you just need
João,
If you are creating a layer, then it would be best to create a busybox.bbappend file that enables the options you are looking for. You can also add an ntp client in your layer, you just need
|
By
Saul Wold <saul.wold@...>
·
#780
·
|
|
Announcement: Cross-prelink upreved to latest upstream version
The cross-prelink project has been updated to the latest upstream prelink SVN
Revision 187 a.k.a. prelink-0.4.4.
Current version of the cross-prelink is f51f4a5db605ab542ab06334fcad1d5bdba91048
The
The cross-prelink project has been updated to the latest upstream prelink SVN
Revision 187 a.k.a. prelink-0.4.4.
Current version of the cross-prelink is f51f4a5db605ab542ab06334fcad1d5bdba91048
The
|
By
Mark Hatle <mark.hatle@...>
·
#777
·
|
|
Re: LTP status for Yocto 1.0/M2
Kevin - this is quite valuable analysis into the test failures - thank you!
The one which surprises me is the cron failure. But sure enough, the Sato image I have running on my desk doesn't have
Kevin - this is quite valuable analysis into the test failures - thank you!
The one which surprises me is the cron failure. But sure enough, the Sato image I have running on my desk doesn't have
|
By
David Stewart
·
#779
·
|
|
Re: Libtoo sysrootl issue when testing machine specific sysroot
I talked a little with Dongxiao about this and it looks like he needs to
improve the functionality in sstate to cope with sysroot per machine.
This isn't to say that the libtool 2.4 sysroot support
I talked a little with Dongxiao about this and it looks like he needs to
improve the functionality in sstate to cope with sysroot per machine.
This isn't to say that the libtool 2.4 sysroot support
|
By
Richard Purdie
·
#776
·
|
|
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
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
|
By
Tian, Kevin <kevin.tian@...>
·
#778
·
|
|
Re: Libtoo sysrootl issue when testing machine specific sysroot
Garman, Scott A wrote:
Hi Scott,
This issue may only happen with the implementation of machine specific sysroot.
Currently different machines of one architecture share the same path of sysroot and
Garman, Scott A wrote:
Hi Scott,
This issue may only happen with the implementation of machine specific sysroot.
Currently different machines of one architecture share the same path of sysroot and
|
By
Xu, Dongxiao <dongxiao.xu@...>
·
#775
·
|
|
Re: Libtoo sysrootl issue when testing machine specific sysroot
Thanks Donxiao for the info. I will make sure to test this scenario before submitting my libtool 2.4 sysroot support to ensure it is resolved.
Scott
--
Scott Garman
Embedded Linux Distro Engineer -
Thanks Donxiao for the info. I will make sure to test this scenario before submitting my libtool 2.4 sysroot support to ensure it is resolved.
Scott
--
Scott Garman
Embedded Linux Distro Engineer -
|
By
Scott Garman <scott.a.garman@...>
·
#774
·
|
|
[PATCH 1/1] linux-yocto: add routerstation pro and mpc8315e-rdb support
The routerstation pro and mpc8315e-rdb have been validated
on 2.6.37 so we can switch their preference to linux-yocto
and update the machine compatibility to add them to the
The routerstation pro and mpc8315e-rdb have been validated
on 2.6.37 so we can switch their preference to linux-yocto
and update the machine compatibility to add them to the
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#773
·
|
|
[PATCH 0/1] linux-yocto: add routerstation pro and mpc8315e-rdb support
Just repeating the patch header here, since it is self explanitory:
The routerstation pro and mpc8315e-rdb have been validated
on 2.6.37 so we can switch their preference to linux-yocto
and
Just repeating the patch header here, since it is self explanitory:
The routerstation pro and mpc8315e-rdb have been validated
on 2.6.37 so we can switch their preference to linux-yocto
and
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#772
·
|
|
Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
I recalled giving it a push before sending the pull, but I was also battling
some issues with both infrastructure and poky-extras at the time. Regardless,
it seems to be resolved now and shout if you
I recalled giving it a push before sending the pull, but I was also battling
some issues with both infrastructure and poky-extras at the time. Regardless,
it seems to be resolved now and shout if you
|
By
Bruce Ashfield
·
#771
·
|
|
Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
I've just looked now and I don't know if anything has changed but the
head revision
I've just looked now and I don't know if anything has changed but the
head revision
|
By
Richard Purdie
·
#770
·
|