How to use Source control with yocto builds

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use Source control with yocto builds

1,165 Views
w2vy
Contributor V

We are starting to do some development for imx using yocto.

One thing we need is the ability to work on a common codebase.

We will have add-on layers for our custom subsystems, granted that the bulk of the code will be pulled from *other* control systems, but I want to be able to save our custom layers and other configuration settings saved in our local CVS system.

Anyone else doing this?

(And if not, WHY NOT? :smileyhappy:)

Tom

Labels (1)
0 Kudos
2 Replies

698 Views
w2vy
Contributor V

I was more asking is anyone using CVS or SVN or (fill in the blank) to save their changes.

Changes like custom layers, etc

I have no desire to put everything we download into source control;

That's what the yocto tools are for, downloading official sources and applying our custom changes and compiling it all.

But there are files I create to tell bitbake what to do differently for me...

it is THOSE files I want to check into a source control system so when (not IF) my system blows up I don't lose everything

tom

0 Kudos

697 Views
jimmychan
NXP TechSupport
NXP TechSupport

This may useful for you

For your reference :

Creating a custom distribution image with Yocto for the RIoTboard

0 Kudos