Usually 'devtool modify <recipename>' creates a special commit for
files added via `subdir` parameter
(https://git.yoctoproject.org/poky/tree/meta/classes-global/patch.bbclass#n63).

I.e. something like:
```
SRC_URI += "file://testfile.txt;subdir=git
```
will create a commit:
```
commit <...>
Author: OpenEmbedded <oe.patch@oe>
Date:   <...>

    Committing changes from do_patch

    %% ignore - from do_patch
```
making the created working git repository clean and ready for the user
modifications.

For some reason this functionality doesn't work with the 'linux-yocto'
recipe. The special commit is not created and therefore new files are
displayed as "untracked" in git.

Tested:
Tested on the current poky master.

Best regards,
Konstantin Aladyshev
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13618): 
https://lists.yoctoproject.org/g/linux-yocto/message/13618
Mute This Topic: https://lists.yoctoproject.org/mt/104611645/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to