Thanks Alex,

I tried this, but still cannot get it set-up so that the sources are fetched. I 
have the following directory structure in my repo:

├── conf
│   └── layer.conf
├── COPYING.MIT
├── README
├── recipes-images
│   └── my-image
│       └── my-image.bb
├── recipes-my-application
│   └── my-application
│       └── my-application_1.0.bb
└── src
├── my-application.c
├── secrets.c
└── secrets.h

None of the following in my-application_1.0.bb succeeds in fetching the source:

SRC_URI = "file://../src/*"
SRC_URI = "file://../src/"
SRC_URI = "file://src/*"
SRC_URI = "file://src/"

What am I missing?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#48409): https://lists.yoctoproject.org/g/yocto/message/48409
Mute This Topic: https://lists.yoctoproject.org/mt/71245615/21656
Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to