Re: [yocto] How to patch a driver in Linux source tree

2018-04-13 Thread Jeremy Thien
t; -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Jeremy Thien Director of Engineering | Adtec Digital jeremy.th...@adtecdigital.net | mobile: +1 (904) 910-1749 -- _

Re: [yocto] trouble getting systemd oneshot to run

2018-03-15 Thread Jeremy Thien
n't some problem in running the script, I >> changed the ExecStart to echo to a file in /tmp. Nothing there. The >> .service file is not being executed. >> I've obviously got something totally messed up, but I'm darned if I >> understand what it is. >> >

Re: [yocto] trouble getting systemd oneshot to run

2018-03-14 Thread Jeremy Thien
}/system/canstart.service " SYSTEMD_PACKAGES = ${PN}-service" SYSTEMD_SERVICE_${PN}-service = canstart.service" SYSTEMD_AUTO_ENABLE_${PN}-service = "enable" Of course, this requires image to install both canstart and canstart-service. Hope this helps, Jeremy Thien On

Re: [yocto] Yocto - Building initramfs to run a shell script for the support of IMA/EVM

2017-01-23 Thread Jeremy Thien
Sorry, mangled the name. It should be initramfs-debug-image. It is very simple, but you have to handle switch root yourself. On Mon, Jan 23, 2017 at 9:08 AM Jeremy Thien wrote: > I suggest the debug-iniramfs-image from meta-openembedded/meta-initramfs. > > On Sun, Jan 22, 2017, 6:42 A

Re: [yocto] Yocto - Building initramfs to run a shell script for the support of IMA/EVM

2017-01-23 Thread Jeremy Thien
_______ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Jeremy Thien Adtec Digital adtecdigital.com jeremy.th...@adtecdigital.net -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] oe-publish-sdk fails for remote publishing

2016-12-14 Thread Jeremy Thien
#x27; && git config user.name 'OE' && git commit -q -m \"init repo\" || true; git update-server-info'" % (host, destdir, destdir) ret = subprocess.call(cmd, shell=True) if ret == 0: logger.info('SDK published succ