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

2018-04-13 Thread Jeremy Thien
-Lindberg > -- > ___ > 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
tartup. >> To make sure that there wasn'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 >

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 Wed,

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 <jere...@adtecinc.com> wrote: > I suggest the debug-iniramfs-image from meta-openembedded/meta-initramfs. > >

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
ot;init repo\" || true; git update-server-info'" % (host, destdir, destdir) ret = subprocess.call(cmd, shell=True) if ret == 0: logger.info('SDK published successfully') I am happy to correct my environment if I am using the tool wrong or to submit the