repo sync error: error: sources/meta-fsl-arm/: contains uncommitted changes

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

repo sync error: error: sources/meta-fsl-arm/: contains uncommitted changes

1,364 Views
Selea
Senior Contributor I

This morning i did a repo sync, and i got back this error:

error: sources/meta-fsl-arm/: contains uncommitted changes

how can i see the uncommitted changes (i think it refeers to something i changed in my side)....

and how can i decide to keep or not my changes and remove the error?

Thanks

mar

0 Kudos
1 Reply

589 Views
Selea
Senior Contributor I

I solved by myself .. I post maybe could help:

I went to meta-fsl-arm and did:

> git status

I got back the difference between my local branch and the remote, so i can decide what to do.

In this case it was an error fix so i create a patch and sent it to meta-freesclae... (hoep in the right way...)

Omar

0 Kudos