|
gitsm fetcher fixes in thud?
Hi, I'm working on upgrading Automotive Grade Linux (AGL) from rocko to thud, and there's substantial git submodule breakage with the fetcher as it stands in thud ATM. I've been doing tests with the c
Hi, I'm working on upgrading Automotive Grade Linux (AGL) from rocko to thud, and there's substantial git submodule breakage with the fetcher as it stands in thud ATM. I've been doing tests with the c
|
By
Scott Murray
· #44071
·
|
|
[psplash][PATCH 2/2] Fix psplash-systemd failures
To avoid racing on FIFO creation between psplash and psplash-systemd, enhance the systemd support by adding a call to sd_notify in psplash after the FIFO is created. That will alow setting the psplash
To avoid racing on FIFO creation between psplash and psplash-systemd, enhance the systemd support by adding a call to sd_notify in psplash after the FIFO is created. That will alow setting the psplash
|
By
Scott Murray
· #48646
·
|
|
[psplash][PATCH 0/2] psplash fixes
A change to hopefully enable a fix for the psplash-systemd FIFO race (a corresponding change is required to the systemd unit in oe-core), and some clean up after the recent generated header changes. S
A change to hopefully enable a fix for the psplash-systemd FIFO race (a corresponding change is required to the systemd unit in oe-core), and some clean up after the recent generated header changes. S
|
By
Scott Murray
· #48647
·
|
|
[psplash][PATCH 1/2] Remove generated psplash-poky-img.h
Since removing psplash-bar-img.h in commit f7a354d means that it will always need to be regenerated, go ahead and remove psplash-poky-img.h as well for consistency. Signed-off-by: Scott Murray <scott.
Since removing psplash-bar-img.h in commit f7a354d means that it will always need to be regenerated, go ahead and remove psplash-poky-img.h as well for consistency. Signed-off-by: Scott Murray <scott.
|
By
Scott Murray
· #48648
·
|
|
[WIC] Wic creates spurious partition
That makes sense for DOS partitioning; there can only be 4 primary partitions, so number 4 is marked as an extended partition with the total space of the further logical partitions. Scott
That makes sense for DOS partitioning; there can only be 4 primary partitions, so number 4 is marked as an extended partition with the total space of the further logical partitions. Scott
|
By
Scott Murray
· #49295
·
|
|
[OE-core] Yocto Project Status WW25'20
In earlier developer days there were two tracks, one for beginners new to the project, and one for more advanced topics. The last couple have just had a single track that splits the difference with ta
In earlier developer days there were two tracks, one for beginners new to the project, and one for more advanced topics. The last couple have just had a single track that splits the difference with ta
|
By
Scott Murray
· #49731
·
|
|
[meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
[snip] I suspect I'm really missing something, but I'm unable to successfully make this work with poky + meta-selinux and its meta-openembedded dependencies with either sysvinit or systemd; I see deni
[snip] I suspect I'm really missing something, but I'm unable to successfully make this work with poky + meta-selinux and its meta-openembedded dependencies with either sysvinit or systemd; I see deni
|
By
Scott Murray
· #49951
·
|
|
[meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
Ah, poky is missing "pam", I somehow missed that when I checked previously. I can get logged in when I add it and rebuild. It likely would make sense to use the check_features class in e.g. core-image
Ah, poky is missing "pam", I somehow missed that when I checked previously. I can get logged in when I add it and rebuild. It likely would make sense to use the check_features class in e.g. core-image
|
By
Scott Murray
· #49959
·
|
|
[meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
I'll look at it on the weekend and see about getting a patch posted. Okay. I plan to research this further, worse comes to worst I'll carry a policy patch locally. Scott
I'll look at it on the weekend and see about getting a patch posted. Okay. I plan to research this further, worse comes to worst I'll carry a policy patch locally. Scott
|
By
Scott Murray
· #49986
·
|
|
[meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
Yes, but ideally I'd like to not have to filter a bunch of spam from the auditd logs to have them be useful for potential incident detection. As I mentioned on my other reply, I plan to look into it f
Yes, but ideally I'd like to not have to filter a bunch of spam from the auditd logs to have them be useful for potential incident detection. As I mentioned on my other reply, I plan to look into it f
|
By
Scott Murray
· #49987
·
|
|
[oe] Help with Inclusive Language in OpenEmbedded/Yocto Project
I am also interested in helping move this forward, please count me in. Scott
I am also interested in helping move this forward, please count me in. Scott
|
By
Scott Murray
· #55517
·
|
|
#yocto #zeus Problem with moving from rocko to zeus
#yocto
#zeus
AFAICS 4.1.15 doesn't match any kernel recipes in the zeus branches of either meta-freescale or meta-imx, it might go easier if you based off of the 5.4.x kernel recipes one of those use... Scott
AFAICS 4.1.15 doesn't match any kernel recipes in the zeus branches of either meta-freescale or meta-imx, it might go easier if you based off of the 5.4.x kernel recipes one of those use... Scott
|
By
Scott Murray
· #56152
·
|
|
[PATCH] meta-poky: Update BB_DISKMON_DIRS use
Update the example BB_DISKMON_DIRS definitions in the sample local.conf files for the rename of the "ABORT" action to "HALT". Signed-off-by: Scott Murray <scott.murray@...> --- meta-poky/conf
Update the example BB_DISKMON_DIRS definitions in the sample local.conf files for the rename of the "ABORT" action to "HALT". Signed-off-by: Scott Murray <scott.murray@...> --- meta-poky/conf
|
By
Scott Murray
· #56216
·
|
|
Adding systemd to yocto
The INIT_MANAGER variable added in zeus removes the need to tinker with DISTRO_FEATURES and VIRTUAL-RUNTIME* variables, all it takes to use systemd is INIT_MANAGER = "systemd". See: meta/conf/distro/i
The INIT_MANAGER variable added in zeus removes the need to tinker with DISTRO_FEATURES and VIRTUAL-RUNTIME* variables, all it takes to use systemd is INIT_MANAGER = "systemd". See: meta/conf/distro/i
|
By
Scott Murray
· #56963
·
|
|
Adding systemd to yocto
My apologies, I'd forgotten that wrinkle as we'd been sidestepping it for a while in AGL with some custom Weston startup. There are a few recipes in the Weston stuff that explicitly mark pam as a requ
My apologies, I'd forgotten that wrinkle as we'd been sidestepping it for a while in AGL with some custom Weston startup. There are a few recipes in the Weston stuff that explicitly mark pam as a requ
|
By
Scott Murray
· #56970
·
|
|
Adding systemd to yocto
^ This line what is causing your error, remove it. With pam in DISTRO_FEATURES the required packages will get pulled in via dependencies. If you specify INIT_MANAGER = "systemd", then you do not need
^ This line what is causing your error, remove it. With pam in DISTRO_FEATURES the required packages will get pulled in via dependencies. If you specify INIT_MANAGER = "systemd", then you do not need
|
By
Scott Murray
· #56977
·
|
|
meta-egl failure: Nothing RPROVIDES polkit
[snip] For an immediate fix I've moved the polkit addition to a bbappend added via BBFILES_DYNAMIC, gated on meta-oe presence. The current intent is that the meta-agl-core test on the autobuilder only
[snip] For an immediate fix I've moved the polkit addition to a bbappend added via BBFILES_DYNAMIC, gated on meta-oe presence. The current intent is that the meta-agl-core test on the autobuilder only
|
By
Scott Murray
· #57207
·
|