Please find my custom layer file. i have put it on my build folder.
And added BBLAYER in conf\bblayers.conf
And also i have checked it found by bitbake by following command
bitbake-layers show-layers
And after that if execute
bitbake -c cleansstate linux-imx
i got following error
ERROR: No recipes available for:
/home/ritesh/fsl-release-bsp/build-x11/meta-fsl-custom/recipes-kernel/linux/linux-imx.bbappend
I just change one line in ov5640.c file and i want to just test kernel patching.
i also tried to add test.bb file in recipies/linux folder and adding the following contain
SRC_URI += "file://0001-ov5640.c-test-string-change.patch"
patch -p1 0001-ov5640.c-test-string-change.patch
So i got error "Failed to parse recipe: /home/ritesh/fsl-release-bsp/build-x11/meta-fsl-custom/recipes-kernel/linux/test.bb"
And for quick kernel modification. I can successfully create zImage and tried following command to flash
sudo cp tmp/deploy/images/imx6qsabresd/zImage /media/ritesh/Boot\ imx6qs
But Linux freezing after Starting kernel message on terminal.