All of lore.kernel.org
 help / color / mirror / Atom feed
* lmsensors-apps builds, but not in final image?
@ 2013-01-31 19:03 r10kindsofpeople
  2013-01-31 19:20 ` Marc Ferland
  0 siblings, 1 reply; 4+ messages in thread
From: r10kindsofpeople @ 2013-01-31 19:03 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

I'm hoping someone can quickly spot my mistake.  I'm attempting to use this
recipe:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb

with my meta-intel/crownbay build under denzil 7.0.1.

I put the recipe in my layer, and added "lmsensors-apps" to my
IMAGE_INSTALL_append in my layer's layer.conf.

The software builds, and I can see the files in
tmp/work/crownbay-poky-linux/lmsensors-apps-3.3.2-r2.

But it doesn't make it into tmp/work/core-image-minimal-1.0-r0/rootfs or
the .hddimage file.

Help, please?

John

[-- Attachment #2: Type: text/html, Size: 988 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lmsensors-apps builds, but not in final image?
  2013-01-31 19:03 lmsensors-apps builds, but not in final image? r10kindsofpeople
@ 2013-01-31 19:20 ` Marc Ferland
  2013-01-31 20:58   ` r10kindsofpeople
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Ferland @ 2013-01-31 19:20 UTC (permalink / raw)
  To: r10kindsofpeople; +Cc: yocto@yoctoproject.org

r10kindsofpeople <r10kindsofpeople@gmail.com> writes:

> I'm hoping someone can quickly spot my mistake.  I'm attempting to use
> this recipe:
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/recipes-extended/lm_
> sensors/lmsensors-apps_3.3.2.bb
>
> with my meta-intel/crownbay build under denzil 7.0.1.  
>
> I put the recipe in my layer, and added "lmsensors-apps" to my
> IMAGE_INSTALL_append in my layer's layer.conf.  
>
> The software builds, and I can see the files in
> tmp/work/crownbay-poky-linux/lmsensors-apps-3.3.2-r2.
>
> But it doesn't make it into tmp/work/core-image-minimal-1.0-r0/rootfs
> or the .hddimage file.
>

You have to use one of the packages specified in the recipe. Like
'libsensors' or 'lmsensors-sensors'. lmsensors-apps is empty.

Marc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lmsensors-apps builds, but not in final image?
  2013-01-31 19:20 ` Marc Ferland
@ 2013-01-31 20:58   ` r10kindsofpeople
  2013-01-31 21:16     ` Marc Ferland
  0 siblings, 1 reply; 4+ messages in thread
From: r10kindsofpeople @ 2013-01-31 20:58 UTC (permalink / raw)
  To: Marc Ferland; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1292 bytes --]

Thanks, Marc, that's got me moving forward.  However, it may not be
strictly true that lmsensors-apps is empty or at least has no effect.  So
far, I'm up to "lmsensors lmsensors-scripts lmsensors-apps" with the last
being needed {sufficient?} to get strict.pm, needed to do "sensors-detect".


Now I'm off to find module cpuid.  Thanks again,

John


On Thu, Jan 31, 2013 at 2:20 PM, Marc Ferland <ferlandm@sonatest.com> wrote:

> r10kindsofpeople <r10kindsofpeople@gmail.com> writes:
>
> > I'm hoping someone can quickly spot my mistake.  I'm attempting to use
> > this recipe:
> >
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/recipes-extended/lm_
> > sensors/lmsensors-apps_3.3.2.bb
> >
> > with my meta-intel/crownbay build under denzil 7.0.1.
> >
> > I put the recipe in my layer, and added "lmsensors-apps" to my
> > IMAGE_INSTALL_append in my layer's layer.conf.
> >
> > The software builds, and I can see the files in
> > tmp/work/crownbay-poky-linux/lmsensors-apps-3.3.2-r2.
> >
> > But it doesn't make it into tmp/work/core-image-minimal-1.0-r0/rootfs
> > or the .hddimage file.
> >
>
> You have to use one of the packages specified in the recipe. Like
> 'libsensors' or 'lmsensors-sensors'. lmsensors-apps is empty.
>
> Marc
>

[-- Attachment #2: Type: text/html, Size: 2182 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lmsensors-apps builds, but not in final image?
  2013-01-31 20:58   ` r10kindsofpeople
@ 2013-01-31 21:16     ` Marc Ferland
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Ferland @ 2013-01-31 21:16 UTC (permalink / raw)
  To: r10kindsofpeople; +Cc: yocto@yoctoproject.org

r10kindsofpeople <r10kindsofpeople@gmail.com> writes:

> Thanks, Marc, that's got me moving forward.  However, it may not be
> strictly true that lmsensors-apps is empty or at least has no effect.
>  So far, I'm up to "lmsensors lmsensors-scripts lmsensors-apps" with
> the last being needed {sufficient?} to get strict.pm, needed to do
> "sensors-detect".  
>
You could also use the new lmsensors recipe which I updated from the old
one (the one you're using atm).

It's available here:
https://github.com/openembedded/meta-oe/blob/master/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.2.bb

Marc


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-31 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 19:03 lmsensors-apps builds, but not in final image? r10kindsofpeople
2013-01-31 19:20 ` Marc Ferland
2013-01-31 20:58   ` r10kindsofpeople
2013-01-31 21:16     ` Marc Ferland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.