|
Re: sd-bus.h not found even with DEPENDS += "systemd"
Hi,
A response came only to me :
So I added
EXTRA_OEMAKE += "-I${STAGING_INCDIR}to fix the systemd include error.
But I still get the error of :
Hi,
A response came only to me :
So I added
EXTRA_OEMAKE += "-I${STAGING_INCDIR}to fix the systemd include error.
But I still get the error of :
|
By
Bel Hadj Salem Talel
·
#50839
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Maybe this should be added to sshd.service [unit] part
(to have added dependency) to solve this problem:
> The sshd.service file is as follows:
> [Unit]
> Description=OpenSSH server daemon
>
Maybe this should be added to sshd.service [unit] part
(to have added dependency) to solve this problem:
> The sshd.service file is as follows:
> [Unit]
> Description=OpenSSH server daemon
>
|
By
Zoran
·
#50838
·
|
|
[meta-cgl][ 2/3] ocfs2-tools: remove lsbinitscripts from RDEPENDS
From: Robert Yang <liezhi.yang@...>
The LSB support had been removed from oe-core by:
https://git.openembedded.org/openembedded-core/commit/?id=fb06435
And it works well to start
From: Robert Yang <liezhi.yang@...>
The LSB support had been removed from oe-core by:
https://git.openembedded.org/openembedded-core/commit/?id=fb06435
And it works well to start
|
By
kai
·
#50837
·
|
|
[meta-cgl][ 3/3] ucarp: add initscripts-functions as runtime dependency when using systemd
From: Yi Zhao <yi.zhao@...>
The ucarp.service invokes script /usr/libexec/ucarp to start/stop the
ucarp service. But the /etc/init.d/functions file which is required by
the script is not
From: Yi Zhao <yi.zhao@...>
The ucarp.service invokes script /usr/libexec/ucarp to start/stop the
ucarp service. But the /etc/init.d/functions file which is required by
the script is not
|
By
kai
·
#50836
·
|
|
[meta-cgl][ 1/3] kernel: Remove non-existing kernel option
From: He Zhe <zhe.he@...>
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel
by commit be6ec88f41ba ("selinux: Remove
From: He Zhe <zhe.he@...>
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel
by commit be6ec88f41ba ("selinux: Remove
|
By
kai
·
#50835
·
|
|
[PATCH] cluster-glue: improve reproducibility
From: Mingli Yu <mingli.yu@...>
Remove the build path info from the files such as drac5,
kdumpcheck and etc to improve reproducibility.
Signed-off-by: Mingli Yu
From: Mingli Yu <mingli.yu@...>
Remove the build path info from the files such as drac5,
kdumpcheck and etc to improve reproducibility.
Signed-off-by: Mingli Yu
|
By
Yu, Mingli
·
#50834
·
|
|
Re: sd-bus.h not found even with DEPENDS += "systemd"
HI Again,
The systemd issue is solved by installing the libsystemd in my native host, but I got another problem linking the lib with "ld" :
|
HI Again,
The systemd issue is solved by installing the libsystemd in my native host, but I got another problem linking the lib with "ld" :
|
|
By
Bel Hadj Salem Talel
·
#50833
·
|
|
sd-bus.h not found even with DEPENDS += "systemd"
Hi Community,
I'm trying to make a recipe for source files with a Makefile , files are under : https://github.com/wirepas/gateway/tree/master/sink_service
I can't add the recipe directly from the
Hi Community,
I'm trying to make a recipe for source files with a Makefile , files are under : https://github.com/wirepas/gateway/tree/master/sink_service
I can't add the recipe directly from the
|
By
Bel Hadj Salem Talel
·
#50832
·
|
|
Re: setup.py no such file or directory
Hi Again,
I solved the issue,
The problem was that when yocto unpacks the source files it unpacks it not in tmp/work/.../python3-wirepas-messaging/python3-wirepas-messaging-1.0 which is the work
Hi Again,
I solved the issue,
The problem was that when yocto unpacks the source files it unpacks it not in tmp/work/.../python3-wirepas-messaging/python3-wirepas-messaging-1.0 which is the work
|
By
Bel Hadj Salem Talel
·
#50831
·
|
|
Re: setup.py no such file or directory
Hi again,
When I add the recipe with devtool and I disable the .bbappend that adds externalsrc the same error appears.
Should I add it to final recipe as well ?
Can anyone explain this for me
Hi again,
When I add the recipe with devtool and I disable the .bbappend that adds externalsrc the same error appears.
Should I add it to final recipe as well ?
Can anyone explain this for me
|
By
Bel Hadj Salem Talel
·
#50830
·
|
|
Re: [OE-core] [PATCH] pseudo: do not expand symlinks in /proc
In Sakib's defence, did you read the README in pseudo? :)
"Discussions and patches should be directed at the openembedded-core
mailing list at openembedded-core at lists.openembedded.org."
Whether
In Sakib's defence, did you read the README in pseudo? :)
"Discussions and patches should be directed at the openembedded-core
mailing list at openembedded-core at lists.openembedded.org."
Whether
|
By
Richard Purdie
·
#50829
·
|
|
Re: setup.py no such file or directory
HI,
I'm trying to make a recipe for wirepas-gateway and wirepas-messaging, let's take wirepas-messaging for an example , it is so easy :
I'm downloading the
HI,
I'm trying to make a recipe for wirepas-gateway and wirepas-messaging, let's take wirepas-messaging for an example , it is so easy :
I'm downloading the
|
By
Bel Hadj Salem Talel
·
#50828
·
|
|
Re: [OE-core] [PATCH] pseudo: do not expand symlinks in /proc
pseduo patches are usually sent to the yocto list so
I've added that list and only BCCed oe-core here so
people know where to look for follow-up.
There might be a
pseduo patches are usually sent to the yocto list so
I've added that list and only BCCed oe-core here so
people know where to look for follow-up.
There might be a
|
By
Randy MacLeod
·
#50827
·
|
|
Re: setup.py no such file or directory
If your recipe is in:
/media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/wirepas-gateway/
and wp-gateway.zip is
If your recipe is in:
/media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/wirepas-gateway/
and wp-gateway.zip is
|
By
Quentin Schulz
·
#50826
·
|
|
Re: SIGINT Issues with Zeus Migration
Hello Aashik,
I recognize the issue that CTRL-C does not pass from the console, but only with *very* minimal configurations.
How does your local.conf look like, or better yet how can we reproduce your
Hello Aashik,
I recognize the issue that CTRL-C does not pass from the console, but only with *very* minimal configurations.
How does your local.conf look like, or better yet how can we reproduce your
|
By
Leon Woestenberg
·
#50825
·
|
|
Re: setup.py no such file or directory
Hi Talel,
Use devtool finish when you're done with a recipe you started with
devtool add, that should do it.
Quentin
Hi Talel,
Use devtool finish when you're done with a recipe you started with
devtool add, that should do it.
Quentin
|
By
Quentin Schulz
·
#50824
·
|
|
setup.py no such file or directory
Hi Community,
I have a python module which I downloaded from github containing a setup.py as all python modules.
When I create a recipe with devtool it compiles correctly with no problem, but when I
Hi Community,
I have a python module which I downloaded from github containing a setup.py as all python modules.
When I create a recipe with devtool it compiles correctly with no problem, but when I
|
By
Bel Hadj Salem Talel
·
#50823
·
|
|
Build and integration engineer for Yocto Project
hi there,
The The Yocto Project is looking to hire a build and integration
engineer to join our developers community and assist the Yocto Project
Architect in a wide array of tasks. We expect to
hi there,
The The Yocto Project is looking to hire a build and integration
engineer to join our developers community and assist the Yocto Project
Architect in a wide array of tasks. We expect to
|
By
Nicolas Dechesne
·
#50822
·
|
|
QA notification for completed autobuilder build (yocto-3.1.3.rc1)
[the original email bounced for some reason, resending to the list]
A build flagged for QA (yocto-3.1.3.rc1) was completed on the
autobuilder and is available at:
[the original email bounced for some reason, resending to the list]
A build flagged for QA (yocto-3.1.3.rc1) was completed on the
autobuilder and is available at:
|
By
Richard Purdie
·
#50821
·
|
|
Re: useless-rpaths : How to solve it/Know if it should be solved ?
This is the git branch from which I am taking my Kernel source:
https://git.evlproject.org/linux-evl.git/tree/?h=evl%2Fv5.4
Attached is a folder with the recipe source code and bbfile. The bbfile has
This is the git branch from which I am taking my Kernel source:
https://git.evlproject.org/linux-evl.git/tree/?h=evl%2Fv5.4
Attached is a folder with the recipe source code and bbfile. The bbfile has
|
By
Vitor Crestani Goergen
·
#50820
·
|