![]() |
Animated Boot Splash GIT/Code/Patch Milhouse help? - Printable Version +- OpenELEC Forum (https://forum.openelec.tv) +-- Forum: Generic Forum (https://forum.openelec.tv/forumdisplay.php?fid=5) +--- Forum: MISCELLANEOUS (https://forum.openelec.tv/forumdisplay.php?fid=23) +--- Thread: Animated Boot Splash GIT/Code/Patch Milhouse help? (/showthread.php?tid=79981) |
Animated Boot Splash GIT/Code/Patch Milhouse help? - onanisland - 02-08-2016 Hello, I apologize if this is in the wrong spot however not sure where to post. So I started digging into the Milhouse Kodi builds based on OE. My question is I would like to integrate the kodi-splash.service, kodi-splash.sh and the hello_video.bin into my OE build. For the life of me I can't find ant GitHubs, posted package info to get this into my build. These are the files I have targeted so far: /storage/kodi-splash.sh /storage/.cache/splash.h264 /usr/bin/kodi-splash.sh /usr/lib/systemd/system/kodi-splash.service /usr/lib/systemd/system/kodi.service.wants/kodi-splash.service So my question is this. Is there a way via perhaps using patch files to get what Milhouse has done? Using: latest OE github to compile my build as of 2/8/16. Thanks, Justin Animated Boot Splash GIT/Code/Patch Milhouse help? - chewitt - 02-09-2016 He is probably adding items to the kodi package .. not patching but adding to packages/mediacentre/kodi/systemd/kodi-splash.service so that when the package is processed the service file is copied (along with all other .service files) to the default /usr/lib/systemd/system location. The /usr/bin/kodi-splash.sh file is probably copied somewhere at the end of kodi package.mk and splash.h264 is probably stashed somewhere in SYSTEM so that the .service file tests for it existing in /storage/.cache during the boot process and if not existing it's copied over. That's how I'd do it anyway ![]() |