[yocto] bbappend and placing a file into /tmp on the target

2018-08-13 Thread Bishop, Mark (STRT)
I am trying to expand an existing package (base-passwd) and having it place /etc/passwd into /tmp/ I'm failing pretty miserably and am looking for some hints/tips. Mark Bishop Sr. Firmware/Software Engineer - Microwave Subsystems [cid:image001.png@01D281ED.A45F0A90] 4726 Eisenhower Blvd.

[yocto] changing the apache2 conf (meta-webserver)

2018-02-05 Thread Bishop, Mark (STRT)
Let me start with that I'm new to Yocto. I've been able to get apache2 onto my zynq board but I need to change the config. I'm using a read-only rootfs and apache won't start because it wants to write to a log file. I know what I need to change in the apache config but I have no idea how

[yocto] Change initscript level

2018-01-10 Thread Bishop, Mark (STRT)
I am just trying to change modutils.sh to run from /etc/rcS.d/S05modutils.sh to /etc/rcS.d/S15modutils.sh I can't figure this out. I have modified the yocto/source/arm/layers/core/meta/recipes-kernel/modutils-initscripts.bb From: INITSCRIPT_PARAMS = "start 05 S ." To: INITSCRIPT_PARAMS =

Re: [yocto] do_kernel_checkout() not using the correct directory

2017-11-02 Thread Bishop, Mark (STRT)
fi cd ${S} if [ ! -f "Makefile" ]; then And everything is working but it seems that this would be the wrong way to do this as this is me editing a base class file. From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.

[yocto] do_kernel_checkout() not using the correct directory

2017-11-02 Thread Bishop, Mark (STRT)
I am trying to compile a kernel located in SVN. I get this error message: ERROR: linux-xlnx-4.9-xilinx-v2017.2+git20-r0 do_kernel_checkout: S /tmp/stride/work-shared/plnx_arm/kernel-source is not set to the linux source directory. Check ERROR: linux-xlnx-4.9-xilinx-v2017.2+git20-r0