|
[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
·
|
|
[meta-cgl][PATCH V2] ucarp: fix build error with gcc-10
It's possible, but I didn't look at the logic and I don't want to. Anyway, the variable never had any effect. So I figure it's safe to remove it, and this will not change any behavior. Unfortunately,
It's possible, but I didn't look at the logic and I don't want to. Anyway, the variable never had any effect. So I figure it's safe to remove it, and this will not change any behavior. Unfortunately,
|
By
Chen Qi
· #50797
·
|
|
[meta-cgl][PATCH V2] ucarp: fix build error with gcc-10
Add a patch to remove the useless '__packed' variable to avoid multiple definition error with gcc10. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...001-ip_carp.h-remove-unused-__packed.patch |
Add a patch to remove the useless '__packed' variable to avoid multiple definition error with gcc10. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...001-ip_carp.h-remove-unused-__packed.patch |
|
By
Chen Qi
· #50795
·
|
|
[meta-cgl][PATCH] meta-cgl-common: depend on meta-python2 layer
Just like Randy points out, please ignore this patch. I've sent out a new patch to remove 'python-setuptools-native' from crmsh's DEPENDS.
Just like Randy points out, please ignore this patch. I've sent out a new patch to remove 'python-setuptools-native' from crmsh's DEPENDS.
|
By
Chen Qi
· #50793
·
|
|
[meta-cgl][PATCH] meta-cgl-common: depend on meta-python2 layer
THANKS. I've sent out a new patch.
THANKS. I've sent out a new patch.
|
By
Chen Qi
· #50792
·
|
|
[meta-cgl][PATCH] crmsh: remove python-setuptools-native from DEPENDS
Current version of crmsh uses python3-setuptools, which is from setuptools3.bbclass. So we can safely remove this python2 dependency. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common
Current version of crmsh uses python3-setuptools, which is from setuptools3.bbclass. So we can safely remove this python2 dependency. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common
|
By
Chen Qi
· #50791
·
|