[yocto] Denzil-7.0: unable to login as root with core-image-minimal

2012-05-04 Thread giovanni . pavoni
We just built the core-image-minimal with Denzil-7.0. When trying to login as root from the console, we get the following error message: Login: no valid shadow password If we check the contents of the /etc directory, we see shadow is not present. Any suggestion? Many thanks in advance for

[yocto] error with bb.fetch2.get_srcrev(d)

2012-05-04 Thread Jim Rucker
In the project that I'm working on we have a recipes-bsp and recipes-kernel, and when I try to build virtual/kernel I'm getting the following error. It looks to me like it's trying to get the git from our u-boot server so it can find the version, but at this point I'm trying to build the

Re: [yocto] error with bb.fetch2.get_srcrev(d)

2012-05-04 Thread McClintock Matthew-B29882
On Fri, May 4, 2012 at 10:46 AM, Jim Rucker jruc...@altera.com wrote: In the project that I'm working on we have a recipes-bsp and recipes-kernel, and when I try to build virtual/kernel I'm getting the following error. It looks to me like it's trying to get the git from our u-boot server so

[yocto] When bitbake core-image-sato-sdk, Error: Function failed: do_kernel_configme. Who can explain Bruce Ashfield's solution? thank you!

2012-05-04 Thread jack
Hello, all! When bitbake core-image-sato-sdk, I was puzzled by such errors: NOTE: package linux-yocto-3.0.23+git1+59314a3523e360796419d76d78c6f7d8c5ef2593_1+63c65842a3a74e4bd3128004ac29b5639f16433f-r4: task do_kernel_configme: Started ERROR: Function failed: do_kernel_configme (see

Re: [yocto] [PATCH 1/5][KERNEL] meta: add usb/host/base feature

2012-05-04 Thread Darren Hart
On 05/02/2012 08:35 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a feature to enable 'base' support for USB, mainly to be included by derived features such as ehch, xhci, etc. This seems overly granular in my opinion. I think I would just include the two

Re: [yocto] When bitbake core-image-sato-sdk, Error: Function failed: do_kernel_configme. Who can explain Bruce Ashfield's solution? thank you!

2012-05-04 Thread Autif Khan
On Fri, May 4, 2012 at 12:10 PM, jack woaili...@hotmail.com wrote: Hello, all! When bitbake core-image-sato-sdk, I was puzzled by such errors: NOTE: package linux-yocto-3.0.23+git1+59314a3523e360796419d76d78c6f7d8c5ef2593_1+63c65842a3a74e4bd3128004ac29b5639f16433f-r4: task

Re: [yocto] [PATCH 0/5][KERNEL] add x/ehci-hcd and mei features

2012-05-04 Thread Darren Hart
On 05/03/2012 06:57 AM, Bruce Ashfield wrote: On 12-05-03 09:50 AM, Tom Zanussi wrote: On Thu, 2012-05-03 at 08:40 -0400, Bruce Ashfield wrote: On 12-05-02 11:35 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This adds a few new features, one for xhci-hcd and

Re: [yocto] [PATCH 1/5][KERNEL] meta: add usb/host/base feature

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 09:16 -0700, Darren Hart wrote: On 05/02/2012 08:35 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a feature to enable 'base' support for USB, mainly to be included by derived features such as ehch, xhci, etc. This seems overly

Re: [yocto] [PATCH 1/5][KERNEL] meta: add usb/host/base feature

2012-05-04 Thread Darren Hart
On 05/04/2012 09:28 AM, Tom Zanussi wrote: On Fri, 2012-05-04 at 09:16 -0700, Darren Hart wrote: On 05/02/2012 08:35 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a feature to enable 'base' support for USB, mainly to be included by derived features such as

Re: [yocto] [PATCH 0/5][KERNEL] add x/ehci-hcd and mei features

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 09:24 -0700, Darren Hart wrote: On 05/03/2012 06:57 AM, Bruce Ashfield wrote: On 12-05-03 09:50 AM, Tom Zanussi wrote: On Thu, 2012-05-03 at 08:40 -0400, Bruce Ashfield wrote: On 12-05-02 11:35 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com

Re: [yocto] [PATCH 0/5][KERNEL] add x/ehci-hcd and mei features

2012-05-04 Thread Darren Hart
On 05/04/2012 09:35 AM, Tom Zanussi wrote: On Fri, 2012-05-04 at 09:24 -0700, Darren Hart wrote: On 05/03/2012 06:57 AM, Bruce Ashfield wrote: On 12-05-03 09:50 AM, Tom Zanussi wrote: On Thu, 2012-05-03 at 08:40 -0400, Bruce Ashfield wrote: On 12-05-02 11:35 PM, tom.zanu...@intel.com

Re: [yocto] [PATCH 0/5][KERNEL] add x/ehci-hcd and mei features

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 09:39 -0700, Darren Hart wrote: On 05/04/2012 09:35 AM, Tom Zanussi wrote: On Fri, 2012-05-04 at 09:24 -0700, Darren Hart wrote: On 05/03/2012 06:57 AM, Bruce Ashfield wrote: On 12-05-03 09:50 AM, Tom Zanussi wrote: On Thu, 2012-05-03 at 08:40 -0400, Bruce

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Scott Garman
On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom

[yocto] [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch

2012-05-04 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com This patch is to update the SRCREVs for the yocto/pvr to pull in the new kernel patches. Please pull into meta-intel/denzil. Thanks Kishore. The following changes since commit bde31fd7e66faea865d24ff0858a9006b89e4e54: meta-emenlow: update kernel

[yocto] [PATCH 1/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch

2012-05-04 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Yocto/pvr branch has been updated with new kernel patches. So update the SRCREV for the same. Add SRC_URI to build Cedartrail with nopvr version. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com ---

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 11:15 -0700, Scott Garman wrote: On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being

Re: [yocto] [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch

2012-05-04 Thread Tom Zanussi
Pulled into master. (meta-intel/denzil is just a placeholder for documentation at this point). Tom On Fri, 2012-05-04 at 11:55 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke kishore.k.bo...@intel.com This patch is to update the SRCREVs for the yocto/pvr to pull in the new

[yocto] GCC patch failures with 7.0.0

2012-05-04 Thread Chris Tapp
Building core-image-sato I get a patch failure when cache-amnesia.patch is applied in gcc-cross. If I then run bitbake -c patch gcc-cross I get the same error, but if I -c clean and then -c patch it applies as it should. Any ideas what could be causing this? Could this be a parallel make

[yocto] GCC patch failures with 7.0.0

2012-05-04 Thread Chris Tapp
Building core-image-sato I get a patch failure when cache-amnesia.patch is applied in gcc-cross. If I then run bitbake -c patch gcc-cross I get the same error, but if I -c clean and then -c patch it applies as it should. Any ideas what could be causing this? Could this be a parallel make

Re: [yocto] When bitbake core-image-sato-sdk, Error: Function failed: do_kernel_configme. Who can explain Bruce Ashfield's solution? thank you!

2012-05-04 Thread Bruce Ashfield
On 12-05-04 12:10 PM, jack wrote: Hello, all! When bitbake core-image-sato-sdk, I was puzzled by such errors: NOTE: package linux-yocto-3.0.23+git1+59314a3523e360796419d76d78c6f7d8c5ef2593_1+63c65842a3a74e4bd3128004ac29b5639f16433f-r4: task do_kernel_configme: Started ERROR: Function failed:

Re: [yocto] error with bb.fetch2.get_srcrev(d)

2012-05-04 Thread Bruce Ashfield
On 12-05-04 12:08 PM, McClintock Matthew-B29882 wrote: On Fri, May 4, 2012 at 10:46 AM, Jim Ruckerjruc...@altera.com wrote: In the project that I'm working on we have a recipes-bsp and recipes-kernel, and when I try to build virtual/kernel I'm getting the following error. It looks to me like

[yocto] Problem compiling u-boot-2011.12 for overo-fire-chestnu43 custom machine configuration

2012-05-04 Thread Elvis Dowson
Hi, I've created a new machine configuration called overo-fire-chestnut43. I've included the overo.inc and overo-fire-chestnut43.conf files below. When I try to build u-boot, it fails with the following errors: ERROR: Function failed: do_compile (see

Re: [yocto] GCC patch failures with 7.0.0

2012-05-04 Thread Khem Raj
On Fri, May 4, 2012 at 12:00 PM, Chris Tapp opensou...@keylevel.com wrote: Building core-image-sato I get a patch failure when cache-amnesia.patch is applied in gcc-cross. If I then run bitbake -c patch gcc-cross I get the same error, but if I -c clean and then -c patch it applies as it

Re: [yocto] [PATCH 0/5][KERNEL] add x/ehci-hcd and mei features

2012-05-04 Thread Bruce Ashfield
On 12-05-04 12:43 PM, Tom Zanussi wrote: On Fri, 2012-05-04 at 09:39 -0700, Darren Hart wrote: On 05/04/2012 09:35 AM, Tom Zanussi wrote: On Fri, 2012-05-04 at 09:24 -0700, Darren Hart wrote: On 05/03/2012 06:57 AM, Bruce Ashfield wrote: On 12-05-03 09:50 AM, Tom Zanussi wrote: On Thu,

Re: [yocto] error with bb.fetch2.get_srcrev(d)

2012-05-04 Thread Jim Rucker
Does your u-boot SRCREV = ${AUTOREV}? You could try picking a specific SHA so it does not have to check for the latest each time. This is definitely a good suggestion. If you aren't using AUTOREV, then something else is triggering the fetcher. All of your parsed recipes can trigger

Re: [yocto] GCC patch failures with 7.0.0

2012-05-04 Thread Chris Tapp
On 4 May 2012, at 21:53, Khem Raj wrote: On Fri, May 4, 2012 at 12:00 PM, Chris Tapp opensou...@keylevel.com wrote: Building core-image-sato I get a patch failure when cache-amnesia.patch is applied in gcc-cross. If I then run bitbake -c patch gcc-cross I get the same error, but if I -c

Re: [yocto] [opkg-utils] Asking for an old patch review

2012-05-04 Thread Kristoffer Eriksson
Any updates on this? Apelete Seketeli skrev 2012-04-25 23:47: Hello, I'm trying to get a patch for opkg-utils into oe-classic, and it seems some of the changes of my patch were already submitted to yocto a month ago: https://lists.yoctoproject.org/pipermail/yocto/2012-March/007851.html Since

Re: [yocto] [opkg-utils] Asking for an old patch review

2012-05-04 Thread Saul Wold
On 05/04/2012 02:22 PM, Kristoffer Eriksson wrote: Any updates on this? Apelete Seketeli skrev 2012-04-25 23:47: Hello, I'm trying to get a patch for opkg-utils into oe-classic, and it seems some of the changes of my patch were already submitted to yocto a month ago:

[yocto] How to fix unpack errors

2012-05-04 Thread Elvis Dowson
Hi, How can I resolve these unpack errors: ERROR: Task 513 (/tool/yocto/meta-gumstix/recipes-kernel/linux/linux-omap3_3.2.bb, do_unpack) failed with exit code '1' Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org

[yocto] [PATCH 2/7][KERNEL] meta: add usb/xhci-hcd feature

2012-05-04 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'xhci-hcd' feature that turns on the kernel options required to support xhci (USB 3.0). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/xhci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/xhci-hcd.scc |

[yocto] [PATCH 4/7][KERNEL] meta: add usb/ohci-hcd feature

2012-05-04 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'ohci-hcd' feature that turns on the kernel options required to support ohci (USB 1.x). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/ohci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/ohci-hcd.scc |

[yocto] [PATCH 5/7][KERNEL] meta: add usb/uhci-hcd feature

2012-05-04 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a 'uhci-hcd' feature that turns on the kernel options required to support uhci (USB 1.x). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/uhci-hcd.scc |

[yocto] [PATCH 6/7][KERNEL] meta/crownbay: use usb features

2012-05-04 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Use the available usb features and remove the associated config settings from the top-level crownbay feature. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |6 --

[yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-04 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This adds a few new features, one each for usb/[xeou]hci-hcd and another for amt/mei, and refactors existing config options into a new usb/base, which are then used in crownbay. v2: after suggestions from Bruce and Darren of a preference for a more

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Scott Garman
On 05/04/2012 12:18 PM, Tom Zanussi wrote: On Fri, 2012-05-04 at 11:15 -0700, Scott Garman wrote: On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use

Re: [yocto] How to fix unpack errors

2012-05-04 Thread Gary Thomas
On 2012-05-04 15:47, Elvis Dowson wrote: Hi, How can I resolve these unpack errors: ERROR: Task 513 (/tool/yocto/meta-gumstix/recipes-kernel/linux/linux-omap3_3.2.bb, do_unpack) failed with exit code '1' More information is needed in order to help with this. Try looking at the log

Re: [yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-04 Thread Darren Hart
On 05/04/2012 03:07 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This adds a few new features, one each for usb/[xeou]hci-hcd and another for amt/mei, and refactors existing config options into a new usb/base, which are then used in crownbay. v2: after

Re: [yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 16:04 -0700, Darren Hart wrote: On 05/04/2012 03:07 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This adds a few new features, one each for usb/[xeou]hci-hcd and another for amt/mei, and refactors existing config options into a new

Re: [yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-04 Thread Darren Hart
On 05/04/2012 05:06 PM, Tom Zanussi wrote: On Fri, 2012-05-04 at 16:04 -0700, Darren Hart wrote: On 05/04/2012 03:07 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This adds a few new features, one each for usb/[xeou]hci-hcd and another for amt/mei, and refactors

Re: [yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 18:00 -0700, Darren Hart wrote: On 05/04/2012 05:06 PM, Tom Zanussi wrote: On Fri, 2012-05-04 at 16:04 -0700, Darren Hart wrote: On 05/04/2012 03:07 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This adds a few new features, one each