Hi,
I'm having a problem trying to figure out how to get change into our repository. I need to may changes to the meta-layers, notably inside yp/layers/meta-freescale-distro/recipes-fsl/fsl-rc-local
The problem I'm having is that I can checkout and create a branch on my local, but can't push it upstream as our repo is marked so that no updates are not allowed. I'm told this is the way it is when pulled from NXP, and that I need to create a patch rather than adding commits to my local and being able to push them.
FWIW, I created a branch off hardknott as that is what we are based on.
Everything that is built is located in tmp, and the meta-layers are not inside temp, so if I change the meta-layer my image changes accordingly. Shouldn't this be how we want our repository to work?
How is it expected to be able to make changes to the /etc/.rc.local that is controlled by the following repo?
https://github.com/Freescale/meta-freescale-distro
yp/layers/meta-freescale-distro/recipes-fsl/fsl-rc-local/fsl-rc-local
The logic I was using is that this is not inside tmp which is produced by the bitbake build. In the past I have done this and it worked as far as I remember...but it's been a while.
Alan