-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most of the initscripts in rcS.d are not being executed #8
Comments
One interesting information would be what is your DISTRO_FEATURES. |
But these seem to be way too many. We really don't need many of them I think. |
We kind of fixed the issue with |
We didn't come across any other bugs so far, so this seems to be related to INITSCRIPT_PARAMS_udev = "start 20 S ." You can close this now if you want. |
Hm. I haven't seen this issue at all. I actually tested by creating a dummy init script in rcS which echoed something. It was started at next reboot and the message was shown. |
fixes: WARNING: gstreamer1.0-omx-1.12.4-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-config-files-path.patch patching file config/bellagio/gstomx.conf Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 succeeded at 9 with fuzz 2. patching file config/rpi/gstomx.conf Hunk #8 succeeded at 63 with fuzz 2. Hunk #10 succeeded at 82 with fuzz 2. Hunk #11 succeeded at 92 with fuzz 2. Now at patch 0001-config-files-path.patch deleted obsolete `gstreamer1.0-omx` directory with duplicated patches that are also in `gstreamer1.0-omx-1.12`. made file naming for `gstreamer1.0-omx_%.bbappend` consistent with the rest of the layer recipes. Signed-off-by: Hugo Hromic <[email protected]>
Summary
We found out that most of the initscripts in
/etc/rcS.d
are not executed. In fact onlyS00psplash
is executed as far as we could find out. We discovered this becauseS04udev
seemed not to be running.We could not find the cause though, if we work around this by starting the scripts manually it works like a charm (but this doesn't feel right).
Steps to reproduce
We wanted to build our Yocto-based firmware that already existed for another machine now for the
raspberrypi2
, so we added this layer and baked an image. We were ondizzy
back then. Then we found this bug which did not exist on our Freescale iMX.6 based machine we used before.We baked a few different images for debugging (
rpi-hwup-image
,rpi-test-image
,core-image-x11
) and experienced the bug on every one of them.We updated the whole project to
jethro
afterwards, hoping that it would fix the bug. It did not.Expected result
The initscripts should all have been executed after boot.
Actual result
We put some
echo
-logs in the differentS0X
-files and it showed that onlyS00psplash
got executed.Logs / files etc.
Build configuration
I would be happy to provide further information as needed.
The text was updated successfully, but these errors were encountered: