|
Question about psuedo abort errors
This is weird since ${S} is usually in PSEUDO_IGNORE_PATHS. And if I understand it correctly, if ${S} is in PSEUDO_IGNORE_PATHS, pseudo should not complain about any file under ${S}. Could you please
This is weird since ${S} is usually in PSEUDO_IGNORE_PATHS. And if I understand it correctly, if ${S} is in PSEUDO_IGNORE_PATHS, pseudo should not complain about any file under ${S}. Could you please
|
By
Chen Qi
· #59344
·
|
|
Setup a static IP address - systemd
I think you're having a higher priority configuration file taking effect. Check /lib/systemd/network and /run/systemd/network. Maybe renaming your configuration file to 00-eth0.network would solve the
I think you're having a higher priority configuration file taking effect. Check /lib/systemd/network and /run/systemd/network. Maybe renaming your configuration file to 00-eth0.network would solve the
|
By
Chen Qi
· #59307
·
|
|
[meta-security][PATCH] openscap: add libpcre DEPEDNS to fix do_configure failure
ping
By
Chen Qi
· #58969
·
|
|
[meta-security][PATCH] openscap: add libpcre DEPEDNS to fix do_configure failure
swig has switched to use libpcre2, we need to add libpcre to DEPENDS to avoid do_configure failure. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../recipes-openscap/openscap/openscap.inc | 4 ++
swig has switched to use libpcre2, we need to add libpcre to DEPENDS to avoid do_configure failure. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../recipes-openscap/openscap/openscap.inc | 4 ++
|
By
Chen Qi
· #58630
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”. It’s because layers have different layer priorities specified by BBFILE_PRIORITY in
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”. It’s because layers have different layer priorities specified by BBFILE_PRIORITY in
|
By
Chen Qi
· #58618
·
|
|
[yocto 3.1] adding custom testsdk script in own layer
Hi Karthik, Looking at the codes briefly, I would say the reason is that testimage considers all BBLAYERS while testsdk does not. The key codes for testimage are: testimage.bbclass:get_runtime_paths:
Hi Karthik, Looking at the codes briefly, I would say the reason is that testimage considers all BBLAYERS while testsdk does not. The key codes for testimage are: testimage.bbclass:get_runtime_paths:
|
By
Chen Qi
· #56620
·
|
|
[meta-security][PATCH] openscap-daemon: inherit python_setuptools_build_meta
setuptools_build_meta has been renamed to python_setuptools_build_meta. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 2 +- 1 file
setuptools_build_meta has been renamed to python_setuptools_build_meta. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 2 +- 1 file
|
By
Chen Qi
· #56563
·
|
|
How to clean the cache for a package?
In theory, there's no need to run 'bitbake -c clean'. Did you update the SRCREV? It would be easier if you could share some info of your recipe. Regards, Qi
In theory, there's no need to run 'bitbake -c clean'. Did you update the SRCREV? It would be easier if you could share some info of your recipe. Regards, Qi
|
By
Chen Qi
· #55794
·
|
|
[meta-realtime][PATCH] schedtool-dl: add branch and protocol in SRC_URI
Add branch and prototol to avoid do_fetch warnings. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d
Add branch and prototol to avoid do_fetch warnings. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d
|
By
Chen Qi
· #55509
·
|
|
[meta-cgl][PATCH] layer.conf: add hardknott to LAYERSERIES_COMPAT
Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/c
Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/c
|
By
Chen Qi
· #54029
·
|
|
bitbake controlling memory use
I think you write a script to do all the WATCH-STOP-CONTINUE stuff. e.g. memwatch bitbake core-image-minimal Options could be added. e.g. memwatch --interval 5 --logfile test.log bitbake core-image-mi
I think you write a script to do all the WATCH-STOP-CONTINUE stuff. e.g. memwatch bitbake core-image-minimal Options could be added. e.g. memwatch --interval 5 --logfile test.log bitbake core-image-mi
|
By
Chen Qi
· #53075
·
|
|
Assign IP address at boot time
Try adding the following line to the match section of the 80-wired.network file. KernelCommandLine=!ip Regards, Chen Qi
Try adding the following line to the match section of the 80-wired.network file. KernelCommandLine=!ip Regards, Chen Qi
|
By
Chen Qi
· #52672
·
|
|
[ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty
Hi Anibal, The ptest-runner repo seems to be messed up. This patch is no longer there, yet the SRCREV in ptest-runner recipe refers to this commit. $ git show 834670317bd3f6e427e1ac461c07ada6b8936dfd
Hi Anibal, The ptest-runner repo seems to be messed up. This patch is no longer there, yet the SRCREV in ptest-runner recipe refers to this commit. $ git show 834670317bd3f6e427e1ac461c07ada6b8936dfd
|
By
Chen Qi
· #52396
·
|
|
: how to fix "do not ask to insatll a package providing xxxx"?
It's basically about some package conflict & absence. You could provide more info such as you bb file, the layers you're using, the result of `grep packagegroup-obmc-apps-network', etc. Regards, Chen
It's basically about some package conflict & absence. You could provide more info such as you bb file, the layers you're using, the result of `grep packagegroup-obmc-apps-network', etc. Regards, Chen
|
By
Chen Qi
· #51285
·
|
|
[meta-cgl][PATCH] resource-agents: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ervice.in-use-run-instead-of-var-run.patch | 31 +++++++++++
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ervice.in-use-run-instead-of-var-run.patch | 31 +++++++++++
|
By
Chen Qi
· #51095
·
|
|
[meta-security][PATCH] sssd: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ervice.in-use-run-instead-of-var-run.patch | 28 +++++++++++
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...ervice.in-use-run-instead-of-var-run.patch | 28 +++++++++++
|
By
Chen Qi
· #51042
·
|
|
[meta-anaconda][PATCH] libgnomekbd: add recipe which was removed from meta-openembedded
Add this recipe as python3-anaconda recipe still needs it. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 14 ++++++++++++++ 1 file changed, 14 insert
Add this recipe as python3-anaconda recipe still needs it. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 14 ++++++++++++++ 1 file changed, 14 insert
|
By
Chen Qi
· #50802
·
|
|
[meta-cgl][PATCH V3] ucarp: fix build error with gcc-10
Add a patch to use __attribute__((packed)) to replace __packed to avoid multiple definition build error with gcc10. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...attribute__-packed-instead-of-
Add a patch to use __attribute__((packed)) to replace __packed to avoid multiple definition build error with gcc10. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...attribute__-packed-instead-of-
|
By
Chen Qi
· #50801
·
|
|
[meta-cgl][PATCH V2] ucarp: fix build error with gcc-10
Thanks for this info. I'll send out V3 to use '__attribute__((packed))__'. Best Regards, Chen Qi
Thanks for this info. I'll send out V3 to use '__attribute__((packed))__'. Best Regards, Chen Qi
|
By
Chen Qi
· #50800
·
|
|
[meta-cgl][PATCH V2] ucarp: fix build error with gcc-10
Forgot to mention, I also tested with '__attribute__((packed))', the build succeeded. Adrian, Alexandru and Joe, I'll send out V3 with this change. You can choose V2 or V3 as you like. Regards, Chen Q
Forgot to mention, I also tested with '__attribute__((packed))', the build succeeded. Adrian, Alexandru and Joe, I'll send out V3 with this change. You can choose V2 or V3 as you like. Regards, Chen Q
|
By
Chen Qi
· #50799
·
|