[yocto] [PATCH 0/1] meta-tlk: fix included file name

2012-10-06 Thread Mihai Lindner
PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner --- The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8: meta-tlk: fix ignored SRC_

[yocto] [PATCH 1/1] meta-tlk: fix included file name

2012-10-06 Thread Mihai Lindner
PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 +- meta-tlk/recipes-kernel/l

Re: [yocto] [PATCH 0/1] meta-tlk: fix included file name

2012-10-06 Thread Tom Zanussi
Pulled into meta-intel/master. Thanks, Tom On Sat, 2012-10-06 at 18:16 +0300, Mihai Lindner wrote: > PN in linux-yocto-tlk.inc takes the .inc file name and becomes > linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. > Related to: [YOCTO #3217] > > Signed-off-by: Mihai Lindner

Re: [yocto] HTTP-accessible poky repo?

2012-10-06 Thread Evade Flow
On Fri, Oct 5, 2012 at 10:51 AM, Evade Flow wrote: > I'd like to track yocto development more closely, but I'm stuck behind a > restrictive HTTP-only firewall all day at work. Is there an official > (or unofficial-but-up-to-date), HTTP-accessible mirror of > git://git.yoctoproject.org/poky.git I

[yocto] core-image-sato keyboard

2012-10-06 Thread Edward Vidal
Hello, Just built core-image-sato for beagleboard xM C. I have a usb keyboard and mouse connected. The Mouse works but not the keyboard when Terminal is selected. The virtual keyboard works okay. The following is what I see with dmesg. usb 1-2.2: new low-speed USB device number 4 using ehci-omap

[yocto] [Package Report System]Upgrade recipes name list

2012-10-06 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

[yocto] [Package Report System]Manual check recipes name list

2012-10-06 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-06 Thread Chris Tapp
I' trying to enable unionfs in the 3.0.32 kernel for the cedartrail BSP under Denzil 7.0.1. However, the CONFIG_UNION_FS config flag isn't in the .config ... Is there something else I need to enable, or do I need to find another way? Chris Tapp opensou...@keylevel.com www.keylevel.com _

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-06 Thread Saxena, Rahul
Try adding the unionfs feature (below) to your kernel: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.0/tree/meta/cfg/kernel-cache/features/unionfs?h=meta create a file my_cedartrail.scc with following line: include features/unionfs/unionfs.scc put this file in a dir linux-yocto, the di