|
How to create a service only startes at shutdown process?
Make use of ExecStop, leave ExecStart to be empty.
Make use of ExecStop, leave ExecStart to be empty.
|
By
Chen Qi
· #46231
·
|
|
Make the service the last run in boot
If you app only requires network, you just need After=network.target. Did you try that out?
If you app only requires network, you just need After=network.target. Did you try that out?
|
By
Chen Qi
· #46170
·
|
|
Make the service the last run in boot
I'd suggest you find out what you network service actually require.
I'd suggest you find out what you network service actually require.
|
By
Chen Qi
· #46147
·
|
|
How to add udev in Yocto build?
Maybe you could create a recipe holding your custom udev files. Best Regards, Chen Qi
Maybe you could create a recipe holding your custom udev files. Best Regards, Chen Qi
|
By
Chen Qi
· #45868
·
|
|
Missing init symbolic link in rootfs
/sbin/init is default location. Why do you need /init ? Best Regards, Chen Qi
/sbin/init is default location. Why do you need /init ? Best Regards, Chen Qi
|
By
Chen Qi
· #45867
·
|
|
[yocto-builds] Yocto build Issue
Forward to this yocto mailing list. When you have problems regarding yocto, use this mailing list. Regards, Chen Qi
Forward to this yocto mailing list. When you have problems regarding yocto, use this mailing list. Regards, Chen Qi
|
By
Chen Qi
· #45754
·
|
|
[yocto-builds] Yocto build won't boot from HDD
Forward to this yocto mailing list. Hope some experts could help you. When you have problems regarding yocto, please send email to this mailing list. Regards, Chen Qi
Forward to this yocto mailing list. Hope some experts could help you. When you have problems regarding yocto, please send email to this mailing list. Regards, Chen Qi
|
By
Chen Qi
· #45753
·
|
|
Recursions problem with pre-built versioned libraries and oe_soinstall
Hi John, When you have problems regarding yocto, please send email to this mailing list. Regards, Chen Qi
Hi John, When you have problems regarding yocto, please send email to this mailing list. Regards, Chen Qi
|
By
Chen Qi
· #45752
·
|
|
bitbak command: No recipe available for
You need to ask the maintainer of meta-bbb. Best Regards, Chen Qi
You need to ask the maintainer of meta-bbb. Best Regards, Chen Qi
|
By
Chen Qi
· #45742
·
|
|
bitbak command: No recipe available for
Set the following in some conf file, e.g. distro.conf, local.conf. BB_DANGLINGAPPENDS_WARNONLY = "true" Best Regards, Chen Qi
Set the following in some conf file, e.g. distro.conf, local.conf. BB_DANGLINGAPPENDS_WARNONLY = "true" Best Regards, Chen Qi
|
By
Chen Qi
· #45740
·
|
|
[meta-security][PATCH 1/2] oe-selftest: add running cve checker
Hi Armin, I just noticed this selftest case. Have you considered putting it into oe-core? Best Regards, Chen Qi
Hi Armin, I just noticed this selftest case. Have you considered putting it into oe-core? Best Regards, Chen Qi
|
By
Chen Qi
· #45594
·
|
|
[meta-anaconda][PATCH] .gitignore: add *.pyc and *.pyo
The .gitignore needs to contain these two items, otherwise, we get unstaged lib/oeqa/selftest/cases/__pycache__/ every time we run oe-selftest. Signed-off-by: Chen Qi <Qi.Chen@...> --- .giti
The .gitignore needs to contain these two items, otherwise, we get unstaged lib/oeqa/selftest/cases/__pycache__/ every time we run oe-selftest. Signed-off-by: Chen Qi <Qi.Chen@...> --- .giti
|
By
Chen Qi
· #45549
·
|
|
[meta-anaconda][PATCH] anaconda_oe.py: add ldconfig to DISTRO_FEATURES
'ldconfig' is a required distro feature for anaconda, so add it before running any builds, otherwise, we get build failure due to lack of 'ldconfig'. Signed-off-by: Chen Qi <Qi.Chen@...> ---
'ldconfig' is a required distro feature for anaconda, so add it before running any builds, otherwise, we get build failure due to lack of 'ldconfig'. Signed-off-by: Chen Qi <Qi.Chen@...> ---
|
By
Chen Qi
· #45498
·
|
|
problem adding a user
You could just use something like: useradd -P 123456 developer Best Regards, Chen Qi
You could just use something like: useradd -P 123456 developer Best Regards, Chen Qi
|
By
Chen Qi
· #45179
·
|
|
Disabling sshd is harder than it should be
When selecting systemd as the init manager, the following line is recommended. DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" Then you should only need: SYSTEMD_AUTO_ENABLE = "disable" Best Regards
When selecting systemd as the init manager, the following line is recommended. DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" Then you should only need: SYSTEMD_AUTO_ENABLE = "disable" Best Regards
|
By
Chen Qi
· #44929
·
|
|
[meta-selinux][PATCH] audit: change to use ${WORKDIR} instead ${S}/../
The do_install function is assuming that ${S}/../ is ${WORKDIR}, but this is not true when using `devtool modify audit'. So change to use ${WORKDIR}. Signed-off-by: Chen Qi <Qi.Chen@...> ---
The do_install function is assuming that ${S}/../ is ${WORKDIR}, but this is not true when using `devtool modify audit'. So change to use ${WORKDIR}. Signed-off-by: Chen Qi <Qi.Chen@...> ---
|
By
Chen Qi
· #44799
·
|
|
[opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?
Hi All, Recently I'm dealing with issue from which some discussion raises. I'd like to ask why update-alternatives from opkg-utils chooses /usr/lib to hold its alternatives database? I looked into deb
Hi All, Recently I'm dealing with issue from which some discussion raises. I'd like to ask why update-alternatives from opkg-utils chooses /usr/lib to hold its alternatives database? I looked into deb
|
By
Chen Qi
· #44307
·
|
|
Best practice dynamic service file
Use placeholders like VAR_TO_SUBSTITUDE, and then use 'sed' command to replace it in do_install. e.g. sed -i -e 's/VAR_TO_SUBSTITUDE/${VAR_IN_RECIPE}/g' path/to/my.service Best Regards, Chen Qi
Use placeholders like VAR_TO_SUBSTITUDE, and then use 'sed' command to replace it in do_install. e.g. sed -i -e 's/VAR_TO_SUBSTITUDE/${VAR_IN_RECIPE}/g' path/to/my.service Best Regards, Chen Qi
|
By
Chen Qi
· #44305
·
|
|
Yocto General purpose evaluation
Your main concern is about power usage. As long as you are using linux, you might want to do the following: 1) Custom kernel to include drivers that are necessary 2) Do not install unnecessary package
Your main concern is about power usage. As long as you are using linux, you might want to do the following: 1) Custom kernel to include drivers that are necessary 2) Do not install unnecessary package
|
By
Chen Qi
· #44152
·
|
|
connmand+dbus. Which alternatives?
wifi connection could be managed by wpa-supplicant. Best Regards, Chen Qi
wifi connection could be managed by wpa-supplicant. Best Regards, Chen Qi
|
By
Chen Qi
· #43455
·
|