|
Menu configuration
Not specifically. "bitbake -u hob" should let you see where things are at. Please keep in mind that its under active development at the moment and can be considered "alpha" quality but feedback is wel
Not specifically. "bitbake -u hob" should let you see where things are at. Please keep in mind that its under active development at the moment and can be considered "alpha" quality but feedback is wel
|
By
Richard Purdie
· #1860
·
|
|
[PATCH] scripts: Rename "adt-install" to "adt-installer" in user help.
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #1863
·
|
|
IMAGE_FSTYPES that are supported?
I think we have all the pieces there but someone would have to connect them up... Cheers, Richard
I think we have all the pieces there but someone would have to connect them up... Cheers, Richard
|
By
Richard Purdie
· #1879
·
|
|
why does quick start guide refer to non-provided "poky-image-sato"?
I agree that the docs in master should reflect the code in master and that the docs on the bernard branch should be the ones which make the bernard references. Which or both can end up on the website
I agree that the docs in master should reflect the code in master and that the docs on the bernard branch should be the ones which make the bernard references. Which or both can end up on the website
|
By
Richard Purdie
· #1888
·
|
|
[PATCH 1/6] meta-intel: add a couple common .inc files
Hi Tom, For reference common include files are usually placed in conf/machine/include/. If that happens they also need non-generic suitably namespaced names, likely including "x86" or "ia32" in this c
Hi Tom, For reference common include files are usually placed in conf/machine/include/. If that happens they also need non-generic suitably namespaced names, likely including "x86" or "ia32" in this c
|
By
Richard Purdie
· #1915
·
|
|
toolchain queries
The tune files (conf/machine/include/tune*) usually set the march and mcpu options which are added to CFLAGS. Does that provide the functionality you're looking for? Cheers, Richard
The tune files (conf/machine/include/tune*) usually set the march and mcpu options which are added to CFLAGS. Does that provide the functionality you're looking for? Cheers, Richard
|
By
Richard Purdie
· #1918
·
|
|
couple questions about toolchains from QS manual
:) GMAE = GNOME Mobile and Embedded think cut down GNOME. At this point its a requirement, we'd like to relax that but it isn't possible right now. Cheers, Richard
:) GMAE = GNOME Mobile and Embedded think cut down GNOME. At this point its a requirement, we'd like to relax that but it isn't possible right now. Cheers, Richard
|
By
Richard Purdie
· #1921
·
|
|
native gcc compiler error
Does strace show where its looking for it? Cheers, Richard
Does strace show where its looking for it? Cheers, Richard
|
By
Richard Purdie
· #1960
·
|
|
[PATCH 1/1] linux-yocto/meta-yocto: update SRCREVS
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #2022
·
|
|
best cfg for building all of yocto?
EXCLUDE_FROM_WORLD_pn-libmad = "1" should remove libmad from world builds. Cheers, Richard
EXCLUDE_FROM_WORLD_pn-libmad = "1" should remove libmad from world builds. Cheers, Richard
|
By
Richard Purdie
· #2042
·
|
|
Bitbaking python fails
I've not seen this before. You could run "file /home/ahaupt/yocto-git/build/tmp/sysroots/atom-pc/usr/lib/libgdbm.so.3.0.0" and check that its of the correct architecture since the invalid instruction
I've not seen this before. You could run "file /home/ahaupt/yocto-git/build/tmp/sysroots/atom-pc/usr/lib/libgdbm.so.3.0.0" and check that its of the correct architecture since the invalid instruction
|
By
Richard Purdie
· #2052
·
|
|
Bitbaking python fails
Sounds correct... Is this on a fresh clean build directory? You could also try "bitbake -c cleansstate python gdbm" on your existing build directory and retry "bitbake python" to see if its reproducib
Sounds correct... Is this on a fresh clean build directory? You could also try "bitbake -c cleansstate python gdbm" on your existing build directory and retry "bitbake python" to see if its reproducib
|
By
Richard Purdie
· #2055
·
|
|
Additional / new BSP collection?
This list is as good a place as any! :) Its relatively easy to arrange for a git repository. The main things we ask are that it has clearly defined maintainership (a clear maintainer and submission pr
This list is as good a place as any! :) Its relatively easy to arrange for a git repository. The main things we ask are that it has clearly defined maintainership (a clear maintainer and submission pr
|
By
Richard Purdie
· #2080
·
|
|
Additional / new BSP collection?
So just to put what Bruce says into other words, there isn't any hard requirement to use linux-yocto but we are asking people to try it and if it doesn't work, at least tell us why. I understand trans
So just to put what Bruce says into other words, there isn't any hard requirement to use linux-yocto but we are asking people to try it and if it doesn't work, at least tell us why. I understand trans
|
By
Richard Purdie
· #2084
·
|
|
Additional / new BSP collection?
Just for reference, this is exactly what meta-intel intends to do. The released versions of the code there are based on a specific release of Yocto/OE-Core. When new BSPs are developed they are likely
Just for reference, this is exactly what meta-intel intends to do. The released versions of the code there are based on a specific release of Yocto/OE-Core. When new BSPs are developed they are likely
|
By
Richard Purdie
· #2090
·
|
|
BSP in meta layer vs poky
The original criteria for what we included was: * One board per architecture * Should be available to a general developer in a relatively cost effective manner (sub $1000?) * Lets us test functionalit
The original criteria for what we included was: * One board per architecture * Should be available to a general developer in a relatively cost effective manner (sub $1000?) * Lets us test functionalit
|
By
Richard Purdie
· #2094
·
|
|
[PATCH] Update TERMCMD message to align with previous change
Agreed, patch merged to master, thanks. Richard
Agreed, patch merged to master, thanks. Richard
|
By
Richard Purdie
· #2097
·
|
|
examples / docs on utilizing an external toolchain
FWIW, POKYMODE was replaced by TCMODE as part of the OE-Core changes. I'd be interested to know where we've missed the references to it and get to get those references fixed. Cheers, Richard
FWIW, POKYMODE was replaced by TCMODE as part of the OE-Core changes. I'd be interested to know where we've missed the references to it and get to get those references fixed. Cheers, Richard
|
By
Richard Purdie
· #2162
·
|
|
examples / docs on utilizing an external toolchain
I'll explain on the condition that someone actually documents this ;-). TCMODE determines which of the files in meta/conf/distro/include/tcmode-* is used. It defaults to "default" and our default tool
I'll explain on the condition that someone actually documents this ;-). TCMODE determines which of the files in meta/conf/distro/include/tcmode-* is used. It defaults to "default" and our default tool
|
By
Richard Purdie
· #2167
·
|
|
Autobuilder issue status
Beth needs to take a look at that one I suspect. There is a fix in master to clean up the TARGET_ARCH* variables on x86_64. If we could follow that through into meta-intel it should resolve much of th
Beth needs to take a look at that one I suspect. There is a fix in master to clean up the TARGET_ARCH* variables on x86_64. If we could follow that through into meta-intel it should resolve much of th
|
By
Richard Purdie
· #2174
·
|