* what means the EXTRA_KERNEL_SRC_URI variable, if anything?
@ 2015-11-21 11:45 Robert P. J. Day
2015-11-21 14:16 ` Bruce Ashfield
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2015-11-21 11:45 UTC (permalink / raw)
To: OE Core mailing list
perusing a BSP package handed to me by someone else and in their
recipes-kernel/linux/ directory, there's a custom kernel .bbappend
file with the line:
EXTRA_KERNEL_SRC_URI += "file://kernelmods.scc"
i am unfamiliar with that SRC_URI-related variable, and i don't see it
anywhere under the numerous layers i have checked out. is this some
legacy/deprecated variable? i don't know what to make of it.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what means the EXTRA_KERNEL_SRC_URI variable, if anything?
2015-11-21 11:45 what means the EXTRA_KERNEL_SRC_URI variable, if anything? Robert P. J. Day
@ 2015-11-21 14:16 ` Bruce Ashfield
2015-11-21 14:23 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2015-11-21 14:16 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: OE Core mailing list
On Sat, Nov 21, 2015 at 6:45 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> perusing a BSP package handed to me by someone else and in their
> recipes-kernel/linux/ directory, there's a custom kernel .bbappend
> file with the line:
>
> EXTRA_KERNEL_SRC_URI += "file://kernelmods.scc"
>
> i am unfamiliar with that SRC_URI-related variable, and i don't see it
> anywhere under the numerous layers i have checked out. is this some
> legacy/deprecated variable? i don't know what to make of it.
I'm guessing that BSP was created/packaged by Wind River :) That variable
shows up in the linux-windriver kernel recipe, which is based on linux-yocto.
It was simply a way to have a variable that could be used, without requiring
direct manipulation of the SRC_URI .. since if a direct assignment had bee
done to SRC_URI "good things" got clobbered, and "bad things" happened.
I'd suggest ignoring it (except perhaps in the context of what you are using),
since it is specific to that kernel, and something that will go away over time.
oh .. and if the BSP wasn't a Wind River one .. I have no idea ;)
Cheers,
Bruce
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what means the EXTRA_KERNEL_SRC_URI variable, if anything?
2015-11-21 14:16 ` Bruce Ashfield
@ 2015-11-21 14:23 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2015-11-21 14:23 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE Core mailing list
On Sat, 21 Nov 2015, Bruce Ashfield wrote:
> On Sat, Nov 21, 2015 at 6:45 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > perusing a BSP package handed to me by someone else and in their
> > recipes-kernel/linux/ directory, there's a custom kernel .bbappend
> > file with the line:
> >
> > EXTRA_KERNEL_SRC_URI += "file://kernelmods.scc"
> >
> > i am unfamiliar with that SRC_URI-related variable, and i don't see it
> > anywhere under the numerous layers i have checked out. is this some
> > legacy/deprecated variable? i don't know what to make of it.
>
> I'm guessing that BSP was created/packaged by Wind River :) That
> variable shows up in the linux-windriver kernel recipe, which is
> based on linux-yocto.
>
> It was simply a way to have a variable that could be used, without
> requiring direct manipulation of the SRC_URI .. since if a direct
> assignment had bee done to SRC_URI "good things" got clobbered, and
> "bad things" happened.
>
> I'd suggest ignoring it (except perhaps in the context of what you
> are using), since it is specific to that kernel, and something that
> will go away over time.
>
> oh .. and if the BSP wasn't a Wind River one .. I have no idea ;)
that is, of course, precisely where it came from -- thanks for
clearing that up.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-21 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 11:45 what means the EXTRA_KERNEL_SRC_URI variable, if anything? Robert P. J. Day
2015-11-21 14:16 ` Bruce Ashfield
2015-11-21 14:23 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox