Try placing the sources into recipes-my-application/files/src, then SRC_URI = "file://src/" should work.
Alex On Fri, 14 Feb 2020 at 10:52, Pieter Smith <[email protected]> wrote: > 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 (#48410): https://lists.yoctoproject.org/g/yocto/message/48410 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]] -=-=-=-=-=-=-=-=-=-=-=-
