[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_URI appends (2012-10-05 14:47:55 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mihai/bug3217
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217

Mihai Lindner (1):
  meta-tlk: fix included file name

 meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend  | 2 +-
 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend  | 2 +-
 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend  | 2 +-
 .../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc}   | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => 
linux-yocto_tlk.inc} (100%)

-- 
1.7.12

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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/linux/linux-yocto_3.2.bbappend  | 2 +-
 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend  | 2 +-
 .../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc}   | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => 
linux-yocto_tlk.inc} (100%)

diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend 
b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend 
b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend 
b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc 
b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
similarity index 100%
rename from meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc
rename to meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
-- 
1.7.12

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 
> ---
> The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:
> 
>   meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib mihai/bug3217
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217
> 
> Mihai Lindner (1):
>   meta-tlk: fix included file name
> 
>  meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend  | 2 
> +-
>  meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend  | 2 
> +-
>  meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend  | 2 
> +-
>  .../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc}   | 0
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => 
> linux-yocto_tlk.inc} (100%)
> 


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 can clone from?
>
> I can create a clone on github and run some cron scripts at home to sync
> it, but I'd rather not bother if there's already something like this out
> there...

It seems no one is particularly interested in this. Oh, well. FWIW, I put
a couple mirrors here:

  - http://github.com/yoctoproject-mirrors

I figured this would make it easier for me to track upstream development
from behind the firewall at work. (*Now* I'm sure people will chime in
and tell me there's already a complete set of HTTP-accessible mirrors
somewhere... :-})
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input
0
generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.2
/input0
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.1/input/input
1
generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.2/i
nput1

The file /etc/formfactor/machconfig
# Assume a USB mouse and touchscreen are connected
HAVE_TOUCHSCREEN=0
HAVE_KEYBOARD=1
I chmod +x /etc/formfactor/config and /etc/formfactor/matchconfig
Thanks in advance for any help
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 upstream version was detected.
Example:
RECIPE_NO_UPDATE_REASON_pn-"xxx" = "Not upgrade to 2.0 because the new version 
is unstable"
You can check the detail information at 
http://packages.yoctoproject.org/upgradepkgname


PackageName   Version   UpVersion   
  MaintainerNoUpgradeReason 
  
ccache3.1.7 3.1.8   
  Wenzong Fan
xdg-utils 1.0.2 1.1.0   
  Valentin Popa
liberation-fonts  1.04  2.00.0  
  Valentin Popa
libxslt   1.1.261.1.27  
  Valentin Popa
evolution-data-server 2.30+git1+3ca578d968d097  6.0 
  Valentin Popa
puzzles   r9594 9660
  Valentin Popa
matchbox-panel-2  0.0+git1+cdf7a22716b8746  2.0 
  Valentin Popa
lttng-viewer  0.12.38   0.12.38.21032011
  Valentin Popa
sysprof   1.1.8+git1+4692f85f625f4  1.2.0   
  Tom Zanussi
shadow4.1.4.3   4.1.5.1 
  Scott Garman
sudo  1.8.5p2   1.8.6   
  Scott Garman
blktool   4-6   4   
  Scott Garman
apmd  3.2.2-14  3.2.2   
  Scott Garman
openssh   6.0p1 6.1p1   
  Scott Garman
mc4.8.4 4.8.6   
  Saul Wold
libtasn1  2.13  2.14
  Saul Wold
libnl 2.0   3.2.13  
  Saul Woldlibnl-3.2.2 is 
incompatible w...
createrepo0.4.110.9.9   
  Saul WoldVersions after 
0.9.* use YUM,...
apt   0.7.140.9.7.5 
  Saul Wold
pkgconfig 0.25  0.27.1  
  Saul Wold0.26 removes 
glib-conf, adds ...
build-appliance-image 1.0   3.2.1   
  Saul Wold
util-linux2.21.22.22
  Saul Wold
libxml2   2.8.0 2.9.0   
  Saul Wold
resolvconf1.67  1.68
  Saul Wold
dhcp  4.2.4-P1  4.2.4   
  Saul Wold
ftp://ftp.isc.org/isc/dhcp/4.2.4-P1/dhcp-4.2.4-P1.tar.gz
tiff  4.0.2 4.0.3   
  Saul Wold
logrotate 3.8.1 3.8.2   
  Robert Yang
liburcu   0.6.7 0.7.4   
  Radu Moisan
curl  7.26.07.27.0  
  Radu Moisan
js1.7.0+1.8.0rc11.60
  Radu Moisan
u-boot-mkimage2011.06   2012.07 
  Radu Moisan
valgrind  3.7.0 3.8.1   
  Radu Moisan
babeltrace0.12+git1+0d8f8c2ea27df0  1.0.0   
  Radu Moisan
udev  164   182 
  Radu Moisan
mobile-broadband-provider-info1.0.0+gitr1+d9995ef693cb  20090309
  Radu Moisan 

[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  Version LastChkVersion  LastChkTime
  Maintainer  NoUpgradeReason   
lsb  4.1 4.1 172 day
  Yi Zhao  
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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



___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 dir being created in

meta-cedartrail/recipes-kernel/linux

add following line in  
meta-cedartrail/recipes-kernel/Linux/linux-yocto_3.0.bbappend

SRC_URI +="file://my_cedartrail.scc"

Rebuild..

Thanks
Rahul


-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Chris Tapp
Sent: Saturday, October 06, 2012 5:43 PM
To: yocto@yoctoproject.org Project
Subject: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the 
kernel

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



___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto