|
[PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes
What difference is BASE_PACKAGE_ARCH or snb making in this case? Cheers, Richard
What difference is BASE_PACKAGE_ARCH or snb making in this case? Cheers, Richard
|
By
Richard Purdie
· #2201
·
|
|
[PATCH 2/2] meta-jasperforest: update machine configuration for recent tune file changes
Likewise, what is special about the "xeon" package arch? Cheers, Richard
Likewise, what is special about the "xeon" package arch? Cheers, Richard
|
By
Richard Purdie
· #2202
·
|
|
examples / docs on utilizing an external toolchain
We have supported this in the past but it got messy and I'd really prefer people to use sstate for this. You obviously can use the SDK toolchain as a prebuilt external toolchain though since its no di
We have supported this in the past but it got messy and I'd really prefer people to use sstate for this. You obviously can use the SDK toolchain as a prebuilt external toolchain though since its no di
|
By
Richard Purdie
· #2210
·
|
|
examples / docs on utilizing an external toolchain
We have supported this in the past but it got messy and I'd really prefer people to use sstate for this. You obviously can use the SDK toolchain as a prebuilt external toolchain though since its no di
We have supported this in the past but it got messy and I'd really prefer people to use sstate for this. You obviously can use the SDK toolchain as a prebuilt external toolchain though since its no di
|
By
Richard Purdie
· #2211
·
|
|
Yocto post 1.1 development focus areas?
[Cross posted but please reply on the Yocto list] We're starting to think about the development focus for post Yocto 1.1 and are collecting ideas on the unscheduled feature list on the wiki: https://w
[Cross posted but please reply on the Yocto list] We're starting to think about the development focus for post Yocto 1.1 and are collecting ideas on the unscheduled feature list on the wiki: https://w
|
By
Richard Purdie
· #2212
·
|
|
prebuilt pacakages
The system supports a cache of prebuilt objects in the form of the sstate data to accelerate build times if nothing changes. It doesn't directly support using prebuilt packages directly though as its
The system supports a cache of prebuilt objects in the form of the sstate data to accelerate build times if nothing changes. It doesn't directly support using prebuilt packages directly though as its
|
By
Richard Purdie
· #2214
·
|
|
Yocto post 1.1 development focus areas?
Wiki please... Cheers, Richard
Wiki please... Cheers, Richard
|
By
Richard Purdie
· #2229
·
|
|
prebuilt pacakages
Most things are possible :). The implementation isn't hard, maintaining some kind of translation table for the dependencies, shared library provision lists and so on is a *lot* of work though. It woul
Most things are possible :). The implementation isn't hard, maintaining some kind of translation table for the dependencies, shared library provision lists and so on is a *lot* of work though. It woul
|
By
Richard Purdie
· #2230
·
|
|
prebuilt pacakages
You can add it to the list on the wiki. Which known set of prebuilt packages are you thinking we should be able to build against? Cheers, Richard
You can add it to the list on the wiki. Which known set of prebuilt packages are you thinking we should be able to build against? Cheers, Richard
|
By
Richard Purdie
· #2237
·
|
|
examples / docs on utilizing an external toolchain
When you have an external toolchain you have to consider things like packaging up the libc locales and generating the pkgdata information about shared libraries amongst other things. We therefore went
When you have an external toolchain you have to consider things like packaging up the libc locales and generating the pkgdata information about shared libraries amongst other things. We therefore went
|
By
Richard Purdie
· #2238
·
|
|
way to get a package list?
bitbake -g will dump out a task-depends.dot file which shows which tasks will run and the task interdependencies... Cheers, Richard
bitbake -g will dump out a task-depends.dot file which shows which tasks will run and the task interdependencies... Cheers, Richard
|
By
Richard Purdie
· #2249
·
|
|
core-image-rt building a lot more packages than expected
If you enable those things they do get pulled into images and some of the dependency chains are pretty heavy. They are no longer default in local.conf though. Cheers, Richard
If you enable those things they do get pulled into images and some of the dependency chains are pretty heavy. They are no longer default in local.conf though. Cheers, Richard
|
By
Richard Purdie
· #2328
·
|
|
glib-2.0-native build fails on bernard
In glib.inc there is the line: EXTRA_OECONF_virtclass-native = "" and you could try changing that to be: EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap" I think master may also
In glib.inc there is the line: EXTRA_OECONF_virtclass-native = "" and you could try changing that to be: EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap" I think master may also
|
By
Richard Purdie
· #2350
·
|
|
Bitbake -c cleansstates error after the Poky "bitbake/msg.py: Drop manually created domain lists" patch
Sorry about that, there are fixes in the appropriate places now. Cheers, Richard
Sorry about that, there are fixes in the appropriate places now. Cheers, Richard
|
By
Richard Purdie
· #2357
·
|
|
Build fails moving from 4.0.1 to 5.0.1
This sounds like the machine specific packages are failing to be found so it sounds like a package feed issue. Is sounds like PACKAGE_ARCHS isn't listing everything it needs to (such as the machine na
This sounds like the machine specific packages are failing to be found so it sounds like a package feed issue. Is sounds like PACKAGE_ARCHS isn't listing everything it needs to (such as the machine na
|
By
Richard Purdie
· #2419
·
|
|
[PATCH] script/runqemu: change boot command line for qemuppc
Can we not fix the X scripts so that if an fbdev X server is in use and the framebuffer device node does not exist, it just exits cleanly with a suitable message and doesn't timeout on boot? Cheers, R
Can we not fix the X scripts so that if an fbdev X server is in use and the framebuffer device node does not exist, it just exits cleanly with a suitable message and doesn't timeout on boot? Cheers, R
|
By
Richard Purdie
· #2420
·
|
|
Build fails moving from 4.0.1 to 5.0.1
Yes, I suspect something about your machine config is resulting in this but its hard to me to say what. You can do things like "bitbake -e | grep ^PACKAGE_ARCHS" to see the contents of variables. I'm
Yes, I suspect something about your machine config is resulting in this but its hard to me to say what. You can do things like "bitbake -e | grep ^PACKAGE_ARCHS" to see the contents of variables. I'm
|
By
Richard Purdie
· #2422
·
|
|
Build fails moving from 4.0.1 to 5.0.1
What does "ls /home/chris/yocto/ebox3300-build/tmp/deploy/ipk" say? Cheers, Richard
What does "ls /home/chris/yocto/ebox3300-build/tmp/deploy/ipk" say? Cheers, Richard
|
By
Richard Purdie
· #2424
·
|
|
bbappend - Where should my file be?
I've just been looking at the open bug related to this (http://bugzilla.yoctoproject.org/show_bug.cgi?id=1379) and I can't reproduce an issue with layers ending with -numeric causing a problem :/. In
I've just been looking at the open bug related to this (http://bugzilla.yoctoproject.org/show_bug.cgi?id=1379) and I can't reproduce an issue with layers ending with -numeric causing a problem :/. In
|
By
Richard Purdie
· #2574
·
|
|
[PATCH 0/1] [YOCTO #1396] Fix adt-installer for consistent naming for powerpc and add all arch template for installation
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #2575
·
|