|
should dev docs replace "poky-init-build-env" with "oe-init-build-env"?
poking around my git clone and i notice a few references to what *seems* to be the older script for init'ing the build environment in the documentation directory: $ grep -rw poky-init-build-env * adt-
poking around my git clone and i notice a few references to what *seems* to be the older script for init'ing the build environment in the documentation directory: $ grep -rw poky-init-build-env * adt-
|
By
Robert P. J. Day
· #1815
·
|
|
[PATCH] DOCS: Rename "poky-init-build-env" to "oe-init-build-env"
Adjust a couple doc files to reflect that the older poky-init-build-env command has been renamed to oe-init-build-env. Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/document
Adjust a couple doc files to reflect that the older poky-init-build-env command has been renamed to oe-init-build-env. Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/document
|
By
Robert P. J. Day
· #1817
·
|
|
docs: how to spell "bitbake", and docbook semantic markup for user input
just perusing the documentation in my typically pedantic fashion and a couple questions about style. first, is the proper spelling "Bitbake" or "BitBake" since the doc source seems to bounce back and
just perusing the documentation in my typically pedantic fashion and a couple questions about style. first, is the proper spelling "Bitbake" or "BitBake" since the doc source seems to bounce back and
|
By
Robert P. J. Day
· #1839
·
|
|
[PATCH] DOC: Fix a couple simple typoes in the ADT documentation.
Signed-off-by: Robert P. J. Day <rpjday@...>
Signed-off-by: Robert P. J. Day <rpjday@...>
|
By
Robert P. J. Day
· #1840
·
|
|
[PATCH] scripts: Rename "adt-install" to "adt-installer" in user help.
Signed-off-by: Robert P. J. Day <rpjday@...> --- i'm hoping the following is correct -- it's just user help output so it's not fatal but it should still be correct. diff --git a/scripts/oe-
Signed-off-by: Robert P. J. Day <rpjday@...> --- i'm hoping the following is correct -- it's just user help output so it's not fatal but it should still be correct. diff --git a/scripts/oe-
|
By
Robert P. J. Day
· #1841
·
|
|
docs: how to spell "bitbake", and docbook semantic markup for user input
i thought as much, i'm going with that. not high on any list of priorities but while i'm perusing the docs, i might as well make notes of what can change, and submit patches for the more obvious stuff
i thought as much, i'm going with that. not high on any list of priorities but while i'm perusing the docs, i might as well make notes of what can change, and submit patches for the more obvious stuff
|
By
Robert P. J. Day
· #1854
·
|
|
docs: how to spell "bitbake", and docbook semantic markup for user input
and while you're at it, i was once lectured sternly that the proper spelling is "Git" when talking about the tool and "git" when referring to the actual command. never "GIT". at least that what i was
and while you're at it, i was once lectured sternly that the proper spelling is "Git" when talking about the tool and "git" when referring to the actual command. never "GIT". at least that what i was
|
By
Robert P. J. Day
· #1864
·
|
|
[PATCH] DOCS: Tidy up a couple git commands in the kernel manual.
Fix missing prompt, missing "git" and break overly long command in two since it disappears off the page in the PDF output. Signed-off-by: Robert P. J. Day <rpjday@...> --- these fixes shoul
Fix missing prompt, missing "git" and break overly long command in two since it disappears off the page in the PDF output. Signed-off-by: Robert P. J. Day <rpjday@...> --- these fixes shoul
|
By
Robert P. J. Day
· #1873
·
|
|
[PATCH] DOCS: Fix some syntax errors in "opkg-cl" cmds in ADT manual.
Fix some obvious typoes in a couple "opkg-cl" commands in the ADT manual, packages chapter. Signed-off-by: Robert P. J. Day <rpjday@...> --- i'm *hoping* i'm reading this correctly. and i'l
Fix some obvious typoes in a couple "opkg-cl" commands in the ADT manual, packages chapter. Signed-off-by: Robert P. J. Day <rpjday@...> --- i'm *hoping* i'm reading this correctly. and i'l
|
By
Robert P. J. Day
· #1875
·
|
|
why does quick start guide refer to non-provided "poky-image-sato"?
maybe i'm misreading something, but the yocto QS guide provides the sample command: $ bitbake -k poky-image-sato however, nothing provides that target. i can see the git log entry: commit 1947b1747818
maybe i'm misreading something, but the yocto QS guide provides the sample command: $ bitbake -k poky-image-sato however, nothing provides that target. i can see the git log entry: commit 1947b1747818
|
By
Robert P. J. Day
· #1880
·
|
|
why does quick start guide refer to non-provided "poky-image-sato"?
currently, scripts/oe-setup-builddir lists one of the common targets as "core-image-sato", so certainly *something* is out of sync. rday
currently, scripts/oe-setup-builddir lists one of the common targets as "core-image-sato", so certainly *something* is out of sync. rday
|
By
Robert P. J. Day
· #1882
·
|
|
why does quick start guide refer to non-provided "poky-image-sato"?
ok, that explains it but it doesn't defend it. IMHO, any single versioned tarball or repository checkout should always be internally consistent, and that includes embedded documentation. when i do a "
ok, that explains it but it doesn't defend it. IMHO, any single versioned tarball or repository checkout should always be internally consistent, and that includes embedded documentation. when i do a "
|
By
Robert P. J. Day
· #1887
·
|
|
the proper way to report bitbake fetch errors?
just so i'm doing this the right way, what is the appropriate way to report bitbake fetch errors? with a fully-updated git repo, i just ran: $ bitbake -c fetchall -k core-image-sato and got fetch erro
just so i'm doing this the right way, what is the appropriate way to report bitbake fetch errors? with a fully-updated git repo, i just ran: $ bitbake -c fetchall -k core-image-sato and got fetch erro
|
By
Robert P. J. Day
· #1890
·
|
|
when checksums collide -- the saga of linux-2.6.37.2.tar.bz2
while the problem has since gone away, something strange happened yesterday i figured i'd share. as a quick test, wanted to build core-image-sato so started with: $ bitbake -c fetchall core-image-sato
while the problem has since gone away, something strange happened yesterday i figured i'd share. as a quick test, wanted to build core-image-sato so started with: $ bitbake -c fetchall core-image-sato
|
By
Robert P. J. Day
· #1908
·
|
|
when checksums collide -- the saga of linux-2.6.37.2.tar.bz2
sadly, i tossed the "bad" tarball, but i do recall that when i just tried to check the contents with "tar tvjf", it eventually reported unexpected EOF -- yes, i might have mentioned that earlier. :-P
sadly, i tossed the "bad" tarball, but i do recall that when i just tried to check the contents with "tar tvjf", it eventually reported unexpected EOF -- yes, i might have mentioned that earlier. :-P
|
By
Robert P. J. Day
· #1910
·
|
|
[PATCH] DOCS: Fix spelling error in link to Fedora sudo page.
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391..c0ba20
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391..c0ba20
|
By
Robert P. J. Day
· #1911
·
|
|
[PATCH] DOCS: Correct format of command continuation.
Signed-off-by: Robert P. J. Day <rpjday@...> --- i *think* this is what the author had in mind. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-projec
Signed-off-by: Robert P. J. Day <rpjday@...> --- i *think* this is what the author had in mind. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-projec
|
By
Robert P. J. Day
· #1912
·
|
|
couple questions about toolchains from QS manual
(look on the bright side -- eventually, after many, many patches, i will have nothing left to whine about.) from quick start manual, i notice that all toolchain tarballs have "sdk" in the filename, wh
(look on the bright side -- eventually, after many, many patches, i will have nothing left to whine about.) from quick start manual, i notice that all toolchain tarballs have "sdk" in the filename, wh
|
By
Robert P. J. Day
· #1920
·
|
|
couple questions about toolchains from QS manual
ah, of course. ok, then that sentence should simply be reworded to make it clear that it's not optional and root privilege is required. patch to follow shortly. rday
ah, of course. ok, then that sentence should simply be reworded to make it clear that it's not optional and root privilege is required. patch to follow shortly. rday
|
By
Robert P. J. Day
· #1922
·
|
|
[PATCH] DOCS: Fix toolchain filenames in QS guide, "sdk" -> "gmae"
Signed-off-by: Robert P. J. Day <rpjday@...> --- i think i got them all, i didn't see any other references anywhere in the docs directory. does this look right? diff --git a/documentation/y
Signed-off-by: Robert P. J. Day <rpjday@...> --- i think i got them all, i didn't see any other references anywhere in the docs directory. does this look right? diff --git a/documentation/y
|
By
Robert P. J. Day
· #1925
·
|