|
Yocto Linux Project Sync notes
Sorry I missed without notice. I was standing outside of the daycare providers house with an 18 month old wonder where everyone was at 11:00 am this morning :( Bruce
Sorry I missed without notice. I was standing outside of the daycare providers house with an 18 month old wonder where everyone was at 11:00 am this morning :( Bruce
|
By
...
· #13
·
|
|
UPnP demo - call for testing
That matches my understanding. Bruce
That matches my understanding. Bruce
|
By
...
· #70
·
|
|
yocto tools on a nokia n800
I can comment on some of this from the kernel point of view, I'll leave others to comment on platform/project/userspace issues. It is definitely possible to enable (basic or more capabilities) in the
I can comment on some of this from the kernel point of view, I'll leave others to comment on platform/project/userspace issues. It is definitely possible to enable (basic or more capabilities) in the
|
By
...
· #136
·
|
|
yocto tools on a nokia n800
The rest of the config has been moved to meta-extras, and we'd need to do a bit of kernel work, but it has worked in the past, and could work again in the future. In other words 'I agree'. Cheers, Bru
The rest of the config has been moved to meta-extras, and we'd need to do a bit of kernel work, but it has worked in the past, and could work again in the future. In other words 'I agree'. Cheers, Bru
|
By
...
· #142
·
|
|
Bugzilla Changes
This is too much separation, having over categorization of the kernel defects at this point is overkill. I'd suggest three categories: - kernel build (which often transitions to straight up build-syst
This is too much separation, having over categorization of the kernel defects at this point is overkill. I'd suggest three categories: - kernel build (which often transitions to straight up build-syst
|
By
...
· #160
·
|
|
Bugzilla Changes
It does. What we can also do, is split it between 'kernel' and 'BSP'. I've been triaging bugs like this for 6 years now, and typically it is very hard for the submitters to categorize properly. But ty
It does. What we can also do, is split it between 'kernel' and 'BSP'. I've been triaging bugs like this for 6 years now, and typically it is very hard for the submitters to categorize properly. But ty
|
By
...
· #175
·
|
|
ppc e500v2 support?
I can definitely guarantee that this would work in the yocto kernel (with a small local step for you), in fact, I've got a full BSP for this, and any of the extra features in the kernel (SPE, IEEE flo
I can definitely guarantee that this would work in the yocto kernel (with a small local step for you), in fact, I've got a full BSP for this, and any of the extra features in the kernel (SPE, IEEE flo
|
By
...
· #186
·
|
|
ppc e500v2 support?
There is. And I'll clean it up a bit. The BSP bootstrap currently has a couple of different steps that are local to your build (but eventually merge to the kernel tree if a board is supported) which a
There is. And I'll clean it up a bit. The BSP bootstrap currently has a couple of different steps that are local to your build (but eventually merge to the kernel tree if a board is supported) which a
|
By
...
· #188
·
|
|
ppc e500v2 support?
It was particular to the mpc8315e config. Runtime on the target is fine, since this is all well known and working (we've had SPE/e500/e500v2 BSPs working for quite some time), the issue was specific t
It was particular to the mpc8315e config. Runtime on the target is fine, since this is all well known and working (we've had SPE/e500/e500v2 BSPs working for quite some time), the issue was specific t
|
By
...
· #191
·
|
|
[PULL] devel/toolchain Recipes upgrades
Out of curiosity. What's the logic/requirement behind this change ? Since we don't have a 'supported' 2.6.36 kernel, using these would be a mismatch with what is actually booting on the targets. There
Out of curiosity. What's the logic/requirement behind this change ? Since we don't have a 'supported' 2.6.36 kernel, using these would be a mismatch with what is actually booting on the targets. There
|
By
...
· #203
·
|
|
[poky][PULL] misc (minor) kernel fixes
In preparation for some larger kernel changes being sent for review, I'm clearing my queue of a few minor changes that were done while working on the 0.9 release. The uImage one is particularly intere
In preparation for some larger kernel changes being sent for review, I'm clearing my queue of a few minor changes that were done while working on the 0.9 release. The uImage one is particularly intere
|
By
...
· #204
·
|
|
[PATCH 1/2] linux-wrs: rename force_revisions and allow override
It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off
It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off
|
By
...
· #205
·
|
|
[PATCH 2/2] kernel: prefer the kernel produced uImage
The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed b
The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed b
|
By
...
· #206
·
|
|
[PULL] devel/toolchain Recipes upgrades
But they aren't. The libc headers should be coupled to the kernel version. New ABIs are established and glibc can detect and deal with this, but you should never have a newer set of headers than the r
But they aren't. The libc headers should be coupled to the kernel version. New ABIs are established and glibc can detect and deal with this, but you should never have a newer set of headers than the r
|
By
...
· #210
·
|
|
[PULL] devel/toolchain Recipes upgrades
I've seen incompatibilities. Since we aren't running full toolchain validation, I do see some (minor) chances of 'bad things' happening. If we can limit it in eglibc, then things should be fine, since
I've seen incompatibilities. Since we aren't running full toolchain validation, I do see some (minor) chances of 'bad things' happening. If we can limit it in eglibc, then things should be fine, since
|
By
...
· #216
·
|
|
TARGET_FPU for mpc8315e-rdb listed as SPE??
It isn't used at the moment, so we can safely ignore this. It was a hold over from when I initially created the BSP, and I've since changed it locally, but haven't sent the updated BSP yet. Cheers, Br
It isn't used at the moment, so we can safely ignore this. It was a hold over from when I initially created the BSP, and I've since changed it locally, but haven't sent the updated BSP yet. Cheers, Br
|
By
...
· #235
·
|
|
two layers: hardware and distro.
Any interest in moving to a newer/different kernel ? The supported kernel for yocto is at 2.6.34 and I'll have a -dev tree tracking 2.6.37 shortly. My interest is getting more BSPs using the same kern
Any interest in moving to a newer/different kernel ? The supported kernel for yocto is at 2.6.34 and I'll have a -dev tree tracking 2.6.37 shortly. My interest is getting more BSPs using the same kern
|
By
...
· #237
·
|
|
TARGET_FPU for mpc8315e-rdb listed as SPE??
To clarify on this point, the kernel configuration is NOT using SPE for this, and I was attempting to use the FPU setting to trigger some different gcc flags during development the base of that test w
To clarify on this point, the kernel configuration is NOT using SPE for this, and I was attempting to use the FPU setting to trigger some different gcc flags during development the base of that test w
|
By
...
· #240
·
|
|
TARGET_FPU for mpc8315e-rdb listed as SPE??
Indeed. I fell back to a safe multilib. I'm willing to try again and see if the gcc bootstrap phases will build. The kernel was fine, and is fine, it was userspace that caused problems for me .. and t
Indeed. I fell back to a safe multilib. I'm willing to try again and see if the gcc bootstrap phases will build. The kernel was fine, and is fine, it was userspace that caused problems for me .. and t
|
By
...
· #243
·
|
|
TARGET_FPU for mpc8315e-rdb listed as SPE??
Agreed. For me, this is the slightly harder part. I'll start a few builds and see if the errors are still here. Should be doable. I've already got a generic set of configs/ patches/features in place f
Agreed. For me, this is the slightly harder part. I'll start a few builds and see if the errors are still here. Should be doable. I've already got a generic set of configs/ patches/features in place f
|
By
...
· #247
·
|