|
[qa-tools][PATCH 1/4] poduct/init: Add support for PackageManagement component
"poduct/init" ? rday
By
Robert P. J. Day
· #36916
·
|
|
a couple bad(?) tags in poky checkout
just listed git tags for poky, and a couple that show up that screw up the ordering: ... yocot-1.4.2 <----- yocto-1.4.1 yocto-1.4.2 ... yocto-2.1.2 yocto-2.2 yocto-2.2.1 yocto_1.5_M5.rc8 <----- ... rd
just listed git tags for poky, and a couple that show up that screw up the ordering: ... yocot-1.4.2 <----- yocto-1.4.1 yocto-1.4.2 ... yocto-2.1.2 yocto-2.2 yocto-2.2.1 yocto_1.5_M5.rc8 <----- ... rd
|
By
Robert P. J. Day
· #35351
·
|
|
[PATCH][yocto-docs] BSP Guide: Numerous aesthetic tweaks/clarifications
* Outside of a title, use "BSP layer", not "BSP Layer" * Add details about YP reference boards. * Minor grammatical clarification in places. * Add <para> to even single paragraph notes for consistency
* Outside of a title, use "BSP layer", not "BSP Layer" * Add details about YP reference boards. * Minor grammatical clarification in places. * Add <para> to even single paragraph notes for consistency
|
By
Robert P. J. Day
· #35222
·
|
|
Remove a recipe's do_install_append() function in an append file
it might be worth asking why zsh is doing that in the first place. if one doesn't want all that stuff, *that* is where an append could be used to remove it. i think zsh removing it by default is inapp
it might be worth asking why zsh is doing that in the first place. if one doesn't want all that stuff, *that* is where an append could be used to remove it. i think zsh removing it by default is inapp
|
By
Robert P. J. Day
· #35215
·
|
|
are there any outstanding patches to be applied to BSP Guide?
i know i was working on some tweaks but can't find if i submitted any yet. can anyone verify that what's up under "in progress/latest" is the current version, as git pull'ed from yocto docs? thanks. r
i know i was working on some tweaks but can't find if i submitted any yet. can anyone verify that what's up under "in progress/latest" is the current version, as git pull'ed from yocto docs? thanks. r
|
By
Robert P. J. Day
· #35213
·
|
|
should a BSP layer *really* ever need additional layers to be functional?
true, but the wording in the BSP Guide is: "Some BSPs require additional layers on top of the BSP's root layer in ^^^^^^^^^ order to be functional. " that particular phrasing suggests that perhaps wha
true, but the wording in the BSP Guide is: "Some BSPs require additional layers on top of the BSP's root layer in ^^^^^^^^^ order to be functional. " that particular phrasing suggests that perhaps wha
|
By
Robert P. J. Day
· #35183
·
|
|
BSP guide: better example for recursive layer structure than meta-intel?
pretty sure i asked this before, but again in BSP Guide: "Some layers function as a layer to hold other BSP layers. An example of this type of layer is the meta-intel layer, which contains a number of
pretty sure i asked this before, but again in BSP Guide: "Some layers function as a layer to hold other BSP layers. An example of this type of layer is the meta-intel layer, which contains a number of
|
By
Robert P. J. Day
· #35181
·
|
|
should a BSP layer *really* ever need additional layers to be functional?
perusing current BSP Guide: "Some BSPs require additional layers on top of the BSP's root layer in order to be functional. For these cases, you also need to add those layers to the BBLAYERS variable i
perusing current BSP Guide: "Some BSPs require additional layers on top of the BSP's root layer in order to be functional. For these cases, you also need to add those layers to the BBLAYERS variable i
|
By
Robert P. J. Day
· #35180
·
|
|
[PATCH] meta-yocto-bsp: Remove superfluous OVERRIDES in machine conf files
In machine configuration files, there is no need to use OVERRIDES that match the precise machine being defined, so remove them for clarity and consistency from these lines in those respective files: P
In machine configuration files, there is no need to use OVERRIDES that match the precise machine being defined, so remove them for clarity and consistency from these lines in those respective files: P
|
By
Robert P. J. Day
· #35083
·
|
|
any YP machines or functionality that still require uImage creation?
i just noticed that the machine config file for mpc8315e-rdb still lists "uImage" as the default image type: KERNEL_IMAGETYPE = "uImage" IMAGE_BOOT_FILES ?= "u-boot.bin uImage uImage-mpc8315erdb.dtb;d
i just noticed that the machine config file for mpc8315e-rdb still lists "uImage" as the default image type: KERNEL_IMAGETYPE = "uImage" IMAGE_BOOT_FILES ?= "u-boot.bin uImage uImage-mpc8315erdb.dtb;d
|
By
Robert P. J. Day
· #35081
·
|
|
make[2]: *** No rule to make target 'fitImage'. Stop.
i'll check later to see where it would seem to belong, unless someone has a suggestion. actually, i take back that suggestion, as i think it would overly complicate kernel.bbclass (at least the way i
i'll check later to see where it would seem to belong, unless someone has a suggestion. actually, i take back that suggestion, as i think it would overly complicate kernel.bbclass (at least the way i
|
By
Robert P. J. Day
· #35062
·
|
|
make[2]: *** No rule to make target 'fitImage'. Stop.
that *appears* to have solved the problem ... so why is it i didn't realize that? where is that written up that i somehow missed it? and would it not make sense that selecting FIT image in one variabl
that *appears* to have solved the problem ... so why is it i didn't realize that? where is that written up that i somehow missed it? and would it not make sense that selecting FIT image in one variabl
|
By
Robert P. J. Day
· #35055
·
|
|
make[2]: *** No rule to make target 'fitImage'. Stop.
... snip ... i would still love to figure out how to generate a simple FIT image when building core-image-minimal for mpc8315e-rdb. first, based on what i read, my first attempt was to add the followi
... snip ... i would still love to figure out how to generate a simple FIT image when building core-image-minimal for mpc8315e-rdb. first, based on what i read, my first attempt was to add the followi
|
By
Robert P. J. Day
· #35053
·
|
|
suddenly, bunch of circular dependency errors
just updated my poky layer, tried to build core-image-minimal for mpc8315e-rdb, and: ERROR: 171 unbuildable tasks were found.############ | ETA: 0:00:04 These are usually caused by circular dependenci
just updated my poky layer, tried to build core-image-minimal for mpc8315e-rdb, and: ERROR: 171 unbuildable tasks were found.############ | ETA: 0:00:04 These are usually caused by circular dependenci
|
By
Robert P. J. Day
· #35048
·
|
|
make[2]: *** No rule to make target 'fitImage'. Stop.
i'll start a new thread to focus on just this issue. again, building core-image-minimal for mpc8315e-rdb, adding this to local.conf: INHERIT += "kernel-fitimage" <-- do i need this line? KERNEL_IMAGET
i'll start a new thread to focus on just this issue. again, building core-image-minimal for mpc8315e-rdb, adding this to local.conf: INHERIT += "kernel-fitimage" <-- do i need this line? KERNEL_IMAGET
|
By
Robert P. J. Day
· #35007
·
|
|
missing "whoami" command trying to build FIT image for mpc8315e-rdb ref board
ah, that does, in fact, fix the missing "whoami" issue (i'm fascinated that that glitch wasn't triggered until i asked for a FIT image). however, i'm still getting this: ... snip ... | HOSTCC arch/pow
ah, that does, in fact, fix the missing "whoami" issue (i'm fascinated that that glitch wasn't triggered until i asked for a FIT image). however, i'm still getting this: ... snip ... | HOSTCC arch/pow
|
By
Robert P. J. Day
· #35006
·
|
|
missing "whoami" command trying to build FIT image for mpc8315e-rdb ref board
trying for the first time to build a FIT image, so started with current poky checkout, configured and built for mpc8315e-rdb and core-image-minimal, everything worked fine (as it always does). now, as
trying for the first time to build a FIT image, so started with current poky checkout, configured and built for mpc8315e-rdb and core-image-minimal, everything worked fine (as it always does). now, as
|
By
Robert P. J. Day
· #35004
·
|
|
help
first advice is to use meaningful subject lines ... simply yelling "help" is a good way to get people to not take you seriously right from the beginning. rday
first advice is to use meaningful subject lines ... simply yelling "help" is a good way to get people to not take you seriously right from the beginning. rday
|
By
Robert P. J. Day
· #34961
·
|
|
why is VOLATILE_LOG_DIR mentioned in ref manual when it doesn't exist?
not sure if i'm misreading this, but i note that an addition was made to the ref manual back in dec 2016: commit 5d2bdf49e569e44d02602501d72418f04dbe6e4a Author: Scott Rifenbark <srifenbark@...>
not sure if i'm misreading this, but i note that an addition was made to the ref manual back in dec 2016: commit 5d2bdf49e569e44d02602501d72418f04dbe6e4a Author: Scott Rifenbark <srifenbark@...>
|
By
Robert P. J. Day
· #34899
·
|
|
[PATCH] yocto-docs: Various formatting/clarification adjustments to BSP Guide
Collection of aesthetic/formatting/clarification fixes to BSP Guide, including: * Adjust some directory names to have trailing slash * Reword some paragraphs for clarity * Add <para>s inside <note>s f
Collection of aesthetic/formatting/clarification fixes to BSP Guide, including: * Adjust some directory names to have trailing slash * Reword some paragraphs for clarity * Add <para>s inside <note>s f
|
By
Robert P. J. Day
· #34856
·
|