|
Systemd, overlayfs, and machine-id problem
If you use volatile-binds recipe, you can override folders and files and it will select overlayfs or bind-mount automatically. (https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/v
If you use volatile-binds recipe, you can override folders and files and it will select overlayfs or bind-mount automatically. (https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/v
|
By
Vincent Prince
· #51210
·
|
|
[meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
Thanks, no problem :)
By
Vincent Prince
· #51196
·
|
|
Systemd, overlayfs, and machine-id problem
Hi, In my project, I ended up by overlaying not the entire /etc but only subparts I needed to modify. (/etc/machine-id is maybe already a bind mount from /run/machine-id) Hope it helps, Best regards,
Hi, In my project, I ended up by overlaying not the entire /etc but only subparts I needed to modify. (/etc/machine-id is maybe already a bind mount from /run/machine-id) Hope it helps, Best regards,
|
By
Vincent Prince
· #51195
·
|
|
[meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
Hi Jon, There is already a pending patch submitted some time ago by Aníbal Limó here https://patchwork.openembedded.org/patch/177350/ Best regards, Vincent
Hi Jon, There is already a pending patch submitted some time ago by Aníbal Limó here https://patchwork.openembedded.org/patch/177350/ Best regards, Vincent
|
By
Vincent Prince
· #51190
·
|
|
#yocto - mongodb files missing
#yocto
Hi, Here's an example of mongodb_%.bbappend file: ----------------------------------------------------------------------------- FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://mongod
Hi, Here's an example of mongodb_%.bbappend file: ----------------------------------------------------------------------------- FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://mongod
|
By
Vincent Prince
· #50641
·
|
|
ERRORS while building asterisk using meta-telephony layer.
#yocto
#raspberrypi
#asterisk
Hi, Did you try this one? https://github.com/ctrob67/meta-telephony/blob/master/recipes-asterisk/asterisk/asterisk_13.17.2.bb Best regards, Vincent
Hi, Did you try this one? https://github.com/ctrob67/meta-telephony/blob/master/recipes-asterisk/asterisk/asterisk_13.17.2.bb Best regards, Vincent
|
By
Vincent Prince
· #49745
·
|
|
[meta-security][PATCH 4/5] tpm2-tss-engine: update to tip to us tss-tools 4.0.x
Hi Armin, Would it be possible to add this in Zeus branch ? Best regards, Vincent
Hi Armin, Would it be possible to add this in Zeus branch ? Best regards, Vincent
|
By
Vincent Prince
· #47881
·
|
|
help with meta-java
Hi Tim, There are some pending stuff on meta-java ML openembedded-devel@... and layer is not zeus compatible yet. I'm trying to contact layer maintainers for several weeks, i don't
Hi Tim, There are some pending stuff on meta-java ML openembedded-devel@... and layer is not zeus compatible yet. I'm trying to contact layer maintainers for several weeks, i don't
|
By
Vincent Prince
· #47146
·
|
|
[meta-selinux] zeus branch creation
Hi team, Would it be possible to create zeus branch for meta-selinux layer? Kind regards, Vincent
Hi team, Would it be possible to create zeus branch for meta-selinux layer? Kind regards, Vincent
|
By
Vincent Prince
· #47109
·
|
|
meta-selinux | meson-enable-selinux breaks
See patch here https://patchwork.openembedded.org/series/20519/#
See patch here https://patchwork.openembedded.org/series/20519/#
|
By
Vincent Prince
· #46963
·
|
|
[meta-selinux] [Warrior] [PATCH] Revert glib-2.0: fix configure error for meson build
On Warrior branch, glib-2.0 is in version 2.58.3 so we need to revert commit [bb0c9c3abcb] until then. Signed-off-by: Vincent Prince <vincent.prince.fr@...> --- classes/meson-enable-selinux.bbcl
On Warrior branch, glib-2.0 is in version 2.58.3 so we need to revert commit [bb0c9c3abcb] until then. Signed-off-by: Vincent Prince <vincent.prince.fr@...> --- classes/meson-enable-selinux.bbcl
|
By
Vincent Prince
· #46955
·
|
|
[meta-selinux] [Warrior] [PATCH] Revert glib-2.0: fix configure error for meson build
On Warrior branch, glib-2.0 is in version 2.58.3 so we need to revert commit [bb0c9c3abcb] until then. Signed-off-by: Vincent Prince <vincent.prince.fr@...> --- classes/meson-enable-selinux.bbcl
On Warrior branch, glib-2.0 is in version 2.58.3 so we need to revert commit [bb0c9c3abcb] until then. Signed-off-by: Vincent Prince <vincent.prince.fr@...> --- classes/meson-enable-selinux.bbcl
|
By
Vincent Prince
· #46962
·
|
|
[meta-selinux] Warrior branch glib/meson problem
Hi Team, I have a problem with meta-selinux layer on warrior branch, especially building glib-2.0 with meson. This commit introduces enabled/disabled flags instead of true/false: http://git.yoctoproje
Hi Team, I have a problem with meta-selinux layer on warrior branch, especially building glib-2.0 with meson. This commit introduces enabled/disabled flags instead of true/false: http://git.yoctoproje
|
By
Vincent Prince
· #46961
·
|
|
[oe] Yocto and OpenJDK
Hi Dave, I think this question belong to yocto ML as stated here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/about/ Best regards, Vincent
Hi Dave, I think this question belong to yocto ML as stated here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/about/ Best regards, Vincent
|
By
Vincent Prince
· #43437
·
|
|
How to write a distro layer?
You don't need to use add-layer, just create conf/bblayers.conf with wanted layers: LCONF_VERSION = "7" BBPATH = "${TOPDIR}" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/.
You don't need to use add-layer, just create conf/bblayers.conf with wanted layers: LCONF_VERSION = "7" BBPATH = "${TOPDIR}" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/.
|
By
Vincent Prince
· #42037
·
|
|
How to write a distro layer?
Hi Uwe, 2018-08-03 10:39 GMT+02:00 Uwe Geuder <jrswdnan22@...>: Did you check https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#creating-a-general-layer-using-the-bitbake-l
Hi Uwe, 2018-08-03 10:39 GMT+02:00 Uwe Geuder <jrswdnan22@...>: Did you check https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#creating-a-general-layer-using-the-bitbake-l
|
By
Vincent Prince
· #42035
·
|
|
Update a recipe to use newer sources
Hi Arno, You can find pretty much everything in mega manual https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#extendpoky Yocto uses layers to override recipes, so there's nothing
Hi Arno, You can find pretty much everything in mega manual https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#extendpoky Yocto uses layers to override recipes, so there's nothing
|
By
Vincent Prince
· #40645
·
|
|
Cannot add libsrtp to yocto image
Hi, Did you add meta-multimedia to BBLAYERS as explained here https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabling-your-layer BR, Vincent 2018-04-07 8:46 GMT+02:00 Mostafa F
Hi, Did you add meta-multimedia to BBLAYERS as explained here https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabling-your-layer BR, Vincent 2018-04-07 8:46 GMT+02:00 Mostafa F
|
By
Vincent Prince
· #40608
·
|
|
How to build two different kernel
Hi , You can look at the following patch https://patchwork.openembedded.org/patch/142675 Best regards, Vincent 2018-03-22 5:47 GMT+01:00 HuaFu 8386 <huafu8386@...>:
Hi , You can look at the following patch https://patchwork.openembedded.org/patch/142675 Best regards, Vincent 2018-03-22 5:47 GMT+01:00 HuaFu 8386 <huafu8386@...>:
|
By
Vincent Prince
· #40410
·
|
|
How to check list of installed packages to stop the build process conditionally
Hi, Maybe you can say A conflicts B and B conflicts A with following variable : https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-RCONFLICTS Best regards, Vincent 2018-03-26 9
Hi, Maybe you can say A conflicts B and B conflicts A with following variable : https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-RCONFLICTS Best regards, Vincent 2018-03-26 9
|
By
Vincent Prince
· #40402
·
|