On Wed, Dec 06, 2017 at 10:59:37AM -0600, Koehler, Yannick wrote:
> Ok, will try that. If that works, I may see if I can alter the file
> fetcher to use symlinks, not sure if sstate subsystem will like that
> or not.
That was my idea, but I've never tried it. I'm sure the devil is in the
details.
, which we also uses.
--
Yannick Koehler
-Message d'origine-
De : Magallon, Marcelo
Envoyé : 6 décembre 2017 13:46
À : Koehler, Yannick
Cc : Alexander Kanavin ;
yocto@yoctoproject.org
Objet : Re: [yocto] externalsrc + sstate why is not compatible?
On Wed, Dec 06, 2017 at 10:59:37AM
On 12/06/2017 04:13 PM, Koehler, Yannick wrote:
When you say "subdirs", are you referring to submodules or something along
those line? We have used attempted to use submodules and it still required 20 + 1 repo
and the overhead is similar to yocto + 20 repo but then you have yocto + 20 repos +
?
--
Yannick Koehler
-Message d'origine-
De : Magallon, Marcelo
Envoyé : 6 décembre 2017 09:47
À : Koehler, Yannick
Cc : Alexander Kanavin ;
yocto@yoctoproject.org
Objet : Re: [yocto] externalsrc + sstate why is not compatible?
On Wed, Dec 06, 2017 at 02:13:26PM +, Koehler, Yannick
On Wed, Dec 06, 2017 at 02:13:26PM +, Koehler, Yannick wrote:
> In regards to file fetcher, I will go check the code, I thought the
> unpack would only occurs for tarball, not subdir.
If you have:
SRC_URI := "file://some-dir/"
and your tree looks somewhat like this:
.git
oehler, Yannick ; yocto@yoctoproject.org
Objet : Re: [yocto] externalsrc + sstate why is not compatible?
On 12/06/2017 04:15 AM, Koehler, Yannick wrote:
> In our situation, we have many packages that are in-house, as such we
> use a local folder for the several in-house modules. To do
On 12/06/2017 04:15 AM, Koehler, Yannick wrote:
In our situation, we have many packages that are in-house, as such we
use a local folder for the several in-house modules. To do so, we
need to use externalsrc to point to the local code so that the git
repo contains both the code + recipe, instea
In our situation, we have many packages that are in-house, as such we use a
local folder for the several in-house modules. To do so, we need to use
externalsrc to point to the local code so that the git repo contains both the
code + recipe, instead of 20 repos (1 per packages) and 1 more for yo
Dear Yocto,
While using externalsrc for the recipes, sstate is not working for the
recipes.
Is it possible to enable setscene tasks, if srctree_hash_files reports
nothing has changed?
my environment is using makefile based sources in git.
Can you please provide your feedback? Or do i need to co