|
Build error while following Appendix A. Yocto Project Development manual
just to clarify any overlooked issues ... should one still change the NAME or DESCRIPTION comments in that new mymachine.conf file to reflect "mymachine" as the dev-manual suggests, or can one just le
just to clarify any overlooked issues ... should one still change the NAME or DESCRIPTION comments in that new mymachine.conf file to reflect "mymachine" as the dev-manual suggests, or can one just le
|
By
Robert P. J. Day
· #3285
·
|
|
Build error while following Appendix A. Yocto Project Development manual
... all of tom's stuff snipped ... ok, based on combining everything in the last several posts, my build for core-image-sato for the new "mymachine" bsp just finished successfully on my 64-bit ubuntu
... all of tom's stuff snipped ... ok, based on combining everything in the last several posts, my build for core-image-sato for the new "mymachine" bsp just finished successfully on my 64-bit ubuntu
|
By
Robert P. J. Day
· #3289
·
|
|
is there some rationale for the various yocto "download" URLs?
currently the download URLs are a bit confusing. first, there's http://www.yoctoproject.org/download which takes you to the "download" page. then there's the ever so similar URL: http://www.yoctoproje
currently the download URLs are a bit confusing. first, there's http://www.yoctoproject.org/download which takes you to the "download" page. then there's the ever so similar URL: http://www.yoctoproje
|
By
Robert P. J. Day
· #3313
·
|
|
what's the proper value for BB_NUMBER_THREADS?
since i vaguely recall that i was the one who asked about this, i can submit a patch for this unless someone else already wants to. i can see that the places to change would be in some of the docs, as
since i vaguely recall that i was the one who asked about this, i can submit a patch for this unless someone else already wants to. i can see that the places to change would be in some of the docs, as
|
By
Robert P. J. Day
· #3317
·
|
|
[PATCH] Update old URL for docs that's being redirected these days.
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/README b/README index 981786d..1eee6ca 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ e.g. for the hardware support. Poky i
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/README b/README index 981786d..1eee6ca 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ e.g. for the hardware support. Poky i
|
By
Robert P. J. Day
· #3319
·
|
|
why do numerous .bb files set "PARALLEL_MAKE"?
stumbled over this so i did a more thorough search: $ grep -w PARALLEL_MAKE $(find . -name *.bb) ./meta/recipes-qt/qt-apps/qmmp_0.5.1.bb:PARALLEL_MAKE = "" ./meta/recipes-core/eggdbus/eggdbus_0.6.bb:P
stumbled over this so i did a more thorough search: $ grep -w PARALLEL_MAKE $(find . -name *.bb) ./meta/recipes-qt/qt-apps/qmmp_0.5.1.bb:PARALLEL_MAKE = "" ./meta/recipes-core/eggdbus/eggdbus_0.6.bb:P
|
By
Robert P. J. Day
· #3326
·
|
|
why do numerous .bb files set "PARALLEL_MAKE"?
ok, makes sense, thanks. rday
ok, makes sense, thanks. rday
|
By
Robert P. J. Day
· #3329
·
|
|
why do numerous .bb files set "PARALLEL_MAKE"?
ok, i've been properly chastised. movin' on ... rday
ok, i've been properly chastised. movin' on ... rday
|
By
Robert P. J. Day
· #3331
·
|
|
do all recipes really need LIC_FILES_CHKSUM?
current poky ref manual seems pretty adamant about need for LIC_FILES_CHKSUM: "Note that this variable is mandatory for all recipes, unless the LICENSE variable is set to "CLOSED". but there's at leas
current poky ref manual seems pretty adamant about need for LIC_FILES_CHKSUM: "Note that this variable is mandatory for all recipes, unless the LICENSE variable is set to "CLOSED". but there's at leas
|
By
Robert P. J. Day
· #3348
·
|
|
do all recipes really need LIC_FILES_CHKSUM?
oooookay, but it's really not hard to find more examples like that, such as meta-demoapps/recipes-graphics/libxklavier/libxklavier_3.9.bb: DESCRIPTION = "Utility library to make using XKB easier" SECT
oooookay, but it's really not hard to find more examples like that, such as meta-demoapps/recipes-graphics/libxklavier/libxklavier_3.9.bb: DESCRIPTION = "Utility library to make using XKB easier" SECT
|
By
Robert P. J. Day
· #3351
·
|
|
[PATCH] Add Atom PC to list of core supported machines in README.hardware
Signed-off-by: Robert P. J. Day <rpjday@...> --- all of the atom pc info is already in that file, all that was missing was the entry for it in the early list. diff --git a/README.hardware b
Signed-off-by: Robert P. J. Day <rpjday@...> --- all of the atom pc info is already in that file, all that was missing was the entry for it in the early list. diff --git a/README.hardware b
|
By
Robert P. J. Day
· #3354
·
|
|
[PATCH] Add Atom PC to list of core supported machines in README.hardware
oh, crap, you're right. sorry. rday
oh, crap, you're right. sorry. rday
|
By
Robert P. J. Day
· #3357
·
|
|
how to cleanly exit a QEMU session?
i'm sure it's in one of the docs i missed, but how does one cleanly shut down a QEMU session and get back to the original terminal session? i've tried shutdown and poweroff but neither of those gives
i'm sure it's in one of the docs i missed, but how does one cleanly shut down a QEMU session and get back to the original terminal session? i've tried shutdown and poweroff but neither of those gives
|
By
Robert P. J. Day
· #3609
·
|
|
how to cleanly exit a QEMU session?
qemuppc, core-image-minimal. interestingly, "poweroff" doesn't completely close the QEMU session, but "reboot" does. it might be worth adding that to the quick start guide. rday
qemuppc, core-image-minimal. interestingly, "poweroff" doesn't completely close the QEMU session, but "reboot" does. it might be worth adding that to the quick start guide. rday
|
By
Robert P. J. Day
· #3620
·
|
|
proper recipe for building for beagle xM? meta-ti?
i asked this on the beagle list, and koen pointed out that it was probably more appropriate elsewhere (probably here). what's the proper algorithm for building the leading-edge images for a beagle xM
i asked this on the beagle list, and koen pointed out that it was probably more appropriate elsewhere (probably here). what's the proper algorithm for building the leading-edge images for a beagle xM
|
By
Robert P. J. Day
· #4977
·
|
|
proper recipe for building for beagle xM? meta-ti?
ok, that's perfectly reasonable -- meta-yocto provides a generic, well-tested product, while the meta-ti layer provides more leading-edge content, correct? which is a perfectly respectable answer. but
ok, that's perfectly reasonable -- meta-yocto provides a generic, well-tested product, while the meta-ti layer provides more leading-edge content, correct? which is a perfectly respectable answer. but
|
By
Robert P. J. Day
· #4979
·
|
|
proper recipe for building for beagle xM? meta-ti?
i understand that reasonably well, and i'll make one more observation, then i'll shut up. i cloned the meta-ti layer into my yocto clone, and here's the majority of the meta-ti README: ===== start Thi
i understand that reasonably well, and i'll make one more observation, then i'll shut up. i cloned the meta-ti layer into my yocto clone, and here's the majority of the meta-ti README: ===== start Thi
|
By
Robert P. J. Day
· #4983
·
|
|
can someone add a README to the documentation/ directory?
as it is, if someone new to yocto checks out the git tree and sees the documentation/ directory, they'll immediately hop in there, see the possible manuals and perhaps run "make" to try to build them,
as it is, if someone new to yocto checks out the git tree and sees the documentation/ directory, they'll immediately hop in there, see the possible manuals and perhaps run "make" to try to build them,
|
By
Robert P. J. Day
· #4991
·
|
|
worth adding PREMIRRORS_prepend note to QS guide?
just starting to go thru the thread regarding the QS guide and i have to agree that there's probably too much lead-in when the people reading the QS guide are probably competent enough to just want th
just starting to go thru the thread regarding the QS guide and i have to agree that there's probably too much lead-in when the people reading the QS guide are probably competent enough to just want th
|
By
Robert P. J. Day
· #4993
·
|
|
my idea of a quick start guide
since it's easier to just write something than suggest numerous fixes, i took less than an hour and wrote this: http://www.crashcourse.ca/wiki/index.php/Yocto_Project_Quick_Start it's the sort of thin
since it's easier to just write something than suggest numerous fixes, i took less than an hour and wrote this: http://www.crashcourse.ca/wiki/index.php/Yocto_Project_Quick_Start it's the sort of thin
|
By
Robert P. J. Day
· #4998
·
|