[yocto] BBB doesn't boot

2014-04-13 Thread Gary Thomas
I just tried building (core-image-sato) for my BeagleBoneBlack
using the latest Poky/Yocto master:

Build Configuration:
BB_VERSION= "1.23.0"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING   = "Fedora-13"
TARGET_SYS= "arm-poky-linux-gnueabi"
MACHINE   = "beaglebone"
DISTRO= "poky"
DISTRO_VERSION= "1.6+snapshot-20140411"
TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa8"
TARGET_FPU= "vfp-neon"
meta
meta-yocto
meta-yocto-bsp= "master:863cc7483f5ee43189537940de8ee5c0964d24cc"

This built the kernel using SRCREV 928d7b2dda

I followed the bring-up instructions from README.hadware and the
boot failed to even start the kernel.  Here's what I see:

=== boot log 
=
U-Boot 2013.07 (Apr 11 2014 - 15:03:04)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:not set. Validating first E-fuse MAC
Phy not found
PHY reset timed out
cpsw, usb_ether
Hit any key to stop autoboot:  0
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
** Unable to read file uEnv.txt **
4981688 bytes read in 613 ms (7.7 MiB/s)
29192 bytes read in 46 ms (619.1 KiB/s)
Booting from mmc ...
## Booting kernel from Legacy Image at 8020 ...
   Image Name:   Linux-3.14.0-yocto-standard
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4981624 Bytes = 4.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80f8
   Booting using the fdt blob at 0x80f8
   Loading Kernel Image ... OK
   Using Device Tree in place at 80f8, end 80f8a207

Starting kernel ...
==

Any ideas what I've done wrong?

Thanks

-- 

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

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


[yocto] test subscribe could work

2014-04-13 Thread Hongxu Jia

This is only the test email,
please drop it.

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


[yocto] [PATCH 1/8] refpolicy: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb  | 2 +-
 recipes-security/refpolicy/refpolicy-mls_2.20130424.bb  | 2 +-
 recipes-security/refpolicy/refpolicy-standard_2.20130424.bb | 2 +-
 recipes-security/refpolicy/refpolicy_2.20130424.inc | 2 --
 recipes-security/refpolicy/refpolicy_common.inc | 2 --
 5 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb 
b/recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb
index adb8e4a..17a73c7 100644
--- a/recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb
+++ b/recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb
@@ -6,7 +6,7 @@ level. This is useful on systems where a hierarchical policy 
(MLS) isn't \
 needed (pretty much all systems) but the non-hierarchical categories are. \
 "
 
-PR = "r0"
+PR = "r4"
 
 POLICY_TYPE = "mcs"
 
diff --git a/recipes-security/refpolicy/refpolicy-mls_2.20130424.bb 
b/recipes-security/refpolicy/refpolicy-mls_2.20130424.bb
index b20f130..b4b6bf8 100644
--- a/recipes-security/refpolicy/refpolicy-mls_2.20130424.bb
+++ b/recipes-security/refpolicy/refpolicy-mls_2.20130424.bb
@@ -5,7 +5,7 @@ It allows giving data labels such as \"Top Secret\" and 
preventing \
 such data from leaking to processes or files with lower classification. \
 "
 
-PR = "r0"
+PR = "r4"
 
 POLICY_TYPE = "mls"
 
diff --git a/recipes-security/refpolicy/refpolicy-standard_2.20130424.bb 
b/recipes-security/refpolicy/refpolicy-standard_2.20130424.bb
index 922df42..4084421 100644
--- a/recipes-security/refpolicy/refpolicy-standard_2.20130424.bb
+++ b/recipes-security/refpolicy/refpolicy-standard_2.20130424.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "\
 This is the reference policy for SELinux built with type enforcement \
 only."
 
-PR = "r3"
+PR = "r7"
 
 POLICY_TYPE = "standard"
 
diff --git a/recipes-security/refpolicy/refpolicy_2.20130424.inc 
b/recipes-security/refpolicy/refpolicy_2.20130424.inc
index dcce3ba..5dbb2dc 100644
--- a/recipes-security/refpolicy/refpolicy_2.20130424.inc
+++ b/recipes-security/refpolicy/refpolicy_2.20130424.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SRC_URI = "http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2;";
 SRC_URI[md5sum] = "6a5c975258cc8eb92c122f11b11a5085"
 SRC_URI[sha256sum] = 
"6039ba854f244a39dc727cc7db25632f7b933bb271c803772d754d4354f5aef4"
diff --git a/recipes-security/refpolicy/refpolicy_common.inc 
b/recipes-security/refpolicy/refpolicy_common.inc
index fbf9441..76790af 100644
--- a/recipes-security/refpolicy/refpolicy_common.inc
+++ b/recipes-security/refpolicy/refpolicy_common.inc
@@ -1,5 +1,3 @@
-PRINC = "4"
-
 SECTION = "base"
 LICENSE = "GPLv2"
 
-- 
1.8.1.2

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


[yocto] [PATCH 0/8][meta-selinux] fix PRINC QA Warning

2014-04-13 Thread Hongxu Jia
The following changes since commit 0362287928bc0a58b755488ebd74441c28e2:

  audit: Fix lack of a default audit.rules (2014-04-07 09:55:49 -0400)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-selinux-princ
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-princ

Hongxu Jia (8):
  refpolicy: remove PRINC warning
  checkpolicy: remove PRINC warning
  libselinux: remove PRINC warning
  libsemanage: remove PRINC warning
  libsepol: remove PRINC warning
  sepolgen: remove PRINC warning
  libpcre_8.34.bbappend: remove PRINC warning
  policycoreutils: remove PRINC warning

 recipes-security/refpolicy/refpolicy-mcs_2.20130424.bb  | 2 +-
 recipes-security/refpolicy/refpolicy-mls_2.20130424.bb  | 2 +-
 recipes-security/refpolicy/refpolicy-standard_2.20130424.bb | 2 +-
 recipes-security/refpolicy/refpolicy_2.20130424.inc | 2 --
 recipes-security/refpolicy/refpolicy_common.inc | 2 --
 recipes-security/selinux/checkpolicy.inc| 2 --
 recipes-security/selinux/checkpolicy_2.2.bb | 2 +-
 recipes-security/selinux/checkpolicy_git.bb | 2 +-
 recipes-security/selinux/libselinux.inc | 2 --
 recipes-security/selinux/libselinux_2.2.2.bb| 2 +-
 recipes-security/selinux/libselinux_git.bb  | 2 +-
 recipes-security/selinux/libsemanage.inc| 2 --
 recipes-security/selinux/libsemanage_2.2.bb | 2 +-
 recipes-security/selinux/libsemanage_git.bb | 2 +-
 recipes-security/selinux/libsepol.inc   | 2 --
 recipes-security/selinux/libsepol_2.2.bb| 2 +-
 recipes-security/selinux/libsepol_git.bb| 2 +-
 recipes-security/selinux/policycoreutils.inc| 2 --
 recipes-security/selinux/policycoreutils_git.bb | 2 +-
 recipes-security/selinux/sepolgen.inc   | 2 --
 recipes-security/selinux/sepolgen_1.2.1.bb  | 2 +-
 recipes-security/selinux/sepolgen_git.bb| 2 +-
 recipes-support/libpcre/libpcre_8.34.bbappend   | 2 --
 23 files changed, 14 insertions(+), 32 deletions(-)

-- 
1.8.1.2

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


[yocto] [PATCH 4/8] libsemanage: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/libsemanage.inc| 2 --
 recipes-security/selinux/libsemanage_2.2.bb | 2 +-
 recipes-security/selinux/libsemanage_git.bb | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-security/selinux/libsemanage.inc 
b/recipes-security/selinux/libsemanage.inc
index d01bf6f..7742c30 100644
--- a/recipes-security/selinux/libsemanage.inc
+++ b/recipes-security/selinux/libsemanage.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "SELinux binary policy manipulation library"
 DESCRIPTION = "libsemanage provides an API for the manipulation of SELinux 
binary policies. \
 It is used by checkpolicy (the policy compiler) and similar tools, as well \
diff --git a/recipes-security/selinux/libsemanage_2.2.bb 
b/recipes-security/selinux/libsemanage_2.2.bb
index 93daf9f..bc87287 100644
--- a/recipes-security/selinux/libsemanage_2.2.bb
+++ b/recipes-security/selinux/libsemanage_2.2.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 include selinux_20131030.inc
 include ${BPN}.inc
diff --git a/recipes-security/selinux/libsemanage_git.bb 
b/recipes-security/selinux/libsemanage_git.bb
index a32ebc3..513fefe 100644
--- a/recipes-security/selinux/libsemanage_git.bb
+++ b/recipes-security/selinux/libsemanage_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "2.2+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


[yocto] [PATCH 6/8] sepolgen: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/sepolgen.inc  | 2 --
 recipes-security/selinux/sepolgen_1.2.1.bb | 2 +-
 recipes-security/selinux/sepolgen_git.bb   | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-security/selinux/sepolgen.inc 
b/recipes-security/selinux/sepolgen.inc
index 05e6544..b5729ae 100644
--- a/recipes-security/selinux/sepolgen.inc
+++ b/recipes-security/selinux/sepolgen.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "Python modules for supporting various SELinux utilities."
 DESCRIPTION = "\
 This package contains a Python module that forms the core of the \
diff --git a/recipes-security/selinux/sepolgen_1.2.1.bb 
b/recipes-security/selinux/sepolgen_1.2.1.bb
index eb1065a..c178d67 100644
--- a/recipes-security/selinux/sepolgen_1.2.1.bb
+++ b/recipes-security/selinux/sepolgen_1.2.1.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 include selinux_20131030.inc
 include ${BPN}.inc
diff --git a/recipes-security/selinux/sepolgen_git.bb 
b/recipes-security/selinux/sepolgen_git.bb
index 95c3491..6d50044 100644
--- a/recipes-security/selinux/sepolgen_git.bb
+++ b/recipes-security/selinux/sepolgen_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "1.2.1+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


[yocto] [PATCH 5/8] libsepol: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/libsepol.inc| 2 --
 recipes-security/selinux/libsepol_2.2.bb | 2 +-
 recipes-security/selinux/libsepol_git.bb | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-security/selinux/libsepol.inc 
b/recipes-security/selinux/libsepol.inc
index b7509e2..b24ed28 100644
--- a/recipes-security/selinux/libsepol.inc
+++ b/recipes-security/selinux/libsepol.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "SELinux binary policy manipulation library"
 DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary 
policies. \
 It is used by checkpolicy (the policy compiler) and similar tools, as well \
diff --git a/recipes-security/selinux/libsepol_2.2.bb 
b/recipes-security/selinux/libsepol_2.2.bb
index b4d717c..c171730 100644
--- a/recipes-security/selinux/libsepol_2.2.bb
+++ b/recipes-security/selinux/libsepol_2.2.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 include selinux_20131030.inc
 include ${BPN}.inc
diff --git a/recipes-security/selinux/libsepol_git.bb 
b/recipes-security/selinux/libsepol_git.bb
index bc2bd8f..31824c0 100644
--- a/recipes-security/selinux/libsepol_git.bb
+++ b/recipes-security/selinux/libsepol_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "2.2+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


[yocto] [PATCH 8/8] policycoreutils: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/policycoreutils.inc| 2 --
 recipes-security/selinux/policycoreutils_git.bb | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-security/selinux/policycoreutils.inc 
b/recipes-security/selinux/policycoreutils.inc
index 521e70b..a4d174c 100644
--- a/recipes-security/selinux/policycoreutils.inc
+++ b/recipes-security/selinux/policycoreutils.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "SELinux policy core utilities"
 DESCRIPTION = "policycoreutils contains the policy core utilities that are 
required \
 for basic operation of a SELinux system.  These utilities include \
diff --git a/recipes-security/selinux/policycoreutils_git.bb 
b/recipes-security/selinux/policycoreutils_git.bb
index 92f6c26..f74e52a 100644
--- a/recipes-security/selinux/policycoreutils_git.bb
+++ b/recipes-security/selinux/policycoreutils_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "2.2.5+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


[yocto] [PATCH 3/8] libselinux: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/libselinux.inc  | 2 --
 recipes-security/selinux/libselinux_2.2.2.bb | 2 +-
 recipes-security/selinux/libselinux_git.bb   | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-security/selinux/libselinux.inc 
b/recipes-security/selinux/libselinux.inc
index 484f41c..d571a7c 100644
--- a/recipes-security/selinux/libselinux.inc
+++ b/recipes-security/selinux/libselinux.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "SELinux library and simple utilities"
 DESCRIPTION = "libselinux provides an API for SELinux applications to get and 
set \
 process and file security contexts and to obtain security policy \
diff --git a/recipes-security/selinux/libselinux_2.2.2.bb 
b/recipes-security/selinux/libselinux_2.2.2.bb
index d0a4e2e..7efd93a 100644
--- a/recipes-security/selinux/libselinux_2.2.2.bb
+++ b/recipes-security/selinux/libselinux_2.2.2.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 include selinux_20131030.inc
 include ${BPN}.inc
diff --git a/recipes-security/selinux/libselinux_git.bb 
b/recipes-security/selinux/libselinux_git.bb
index fb4fef2..9d04821 100644
--- a/recipes-security/selinux/libselinux_git.bb
+++ b/recipes-security/selinux/libselinux_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "2.2+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


[yocto] [PATCH 7/8] libpcre_8.34.bbappend: remove PRINC warning

2014-04-13 Thread Hongxu Jia
The libpcre has been upgrade to 8.34 in oe-core,
so remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-support/libpcre/libpcre_8.34.bbappend | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-support/libpcre/libpcre_8.34.bbappend 
b/recipes-support/libpcre/libpcre_8.34.bbappend
index 25117ff..558644e 100644
--- a/recipes-support/libpcre/libpcre_8.34.bbappend
+++ b/recipes-support/libpcre/libpcre_8.34.bbappend
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 do_install_append () {
if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then
realsofile=`readlink ${D}${libdir}/libpcre.so`
-- 
1.8.1.2

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


[yocto] [PATCH 2/8] checkpolicy: remove PRINC warning

2014-04-13 Thread Hongxu Jia
Bump up PR and remove PRINC.

Signed-off-by: Hongxu Jia 
---
 recipes-security/selinux/checkpolicy.inc| 2 --
 recipes-security/selinux/checkpolicy_2.2.bb | 2 +-
 recipes-security/selinux/checkpolicy_git.bb | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-security/selinux/checkpolicy.inc 
b/recipes-security/selinux/checkpolicy.inc
index 54edc11..e0c7377 100644
--- a/recipes-security/selinux/checkpolicy.inc
+++ b/recipes-security/selinux/checkpolicy.inc
@@ -1,5 +1,3 @@
-PRINC = "1"
-
 SUMMARY = "SELinux policy compiler"
 DESCRIPTION = "\
 This package contains checkpolicy, the SELinux policy compiler. Only \
diff --git a/recipes-security/selinux/checkpolicy_2.2.bb 
b/recipes-security/selinux/checkpolicy_2.2.bb
index 8388e0f..bef3f24 100644
--- a/recipes-security/selinux/checkpolicy_2.2.bb
+++ b/recipes-security/selinux/checkpolicy_2.2.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 include selinux_20131030.inc
 include ${BPN}.inc
diff --git a/recipes-security/selinux/checkpolicy_git.bb 
b/recipes-security/selinux/checkpolicy_git.bb
index bf6250d..99ecf61 100644
--- a/recipes-security/selinux/checkpolicy_git.bb
+++ b/recipes-security/selinux/checkpolicy_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 PV = "2.2+git${SRCPV}"
 
 include selinux_git.inc
-- 
1.8.1.2

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


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

2014-04-13 Thread package-rep...@yoctoproject.org
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 
  
gettext   0.18.3.1  0.18.3.2
  Wenzong Fan
gnome-common  3.7.4 3.12.0  
  Valentin Popa
puzzles   r10116N/A 
  Valentin Popa
gtk+  2.24.22   3.12.1  
  Valentin PopaDo not upgrade to 
version: 2
libpam1.1.6 1.1.8   
  Valentin Popa
gsettings-desktop-schemas 3.7.3 3.12.0  
  Valentin Popa
libsoup-2.4   2.45.32.46.0  
  Valentin Popa
lighttpd  1.4.331.4.35  
  Valentin Popa
gtk-update-icon-cache-native  3.4.4 3.12.1  
  Valentin Popa
hicolor-icon-theme0.12  0.13
  Valentin Popa
gtk+3 3.10.73.12.1  
  Valentin Popa
gnome-icon-theme  2.31.03.12.0  
  Valentin Popawaiting for the 
sato gtk3 port
liberation-fonts  1.04  2.00.1  
  Valentin Popa2.00.0 - fontforge 
package re...
xdg-utils 1.1.0-rc1 1.0.2   
  Valentin Popaonly release 
candidates avail...
libpng12  1.2.501.2.51  
  Valentin Popa
webkit-gtk1.8.3 2.4.0   
  Valentin Popa>= 1.10.2 needs 
ruby  
shared-mime-info  1.2   1.3 
  Valentin Popa
gnome-desktop 2.32.13.12.0  
  Valentin Popawaiting for the 
sato gtk3 port
util-macros   1.18.01.19.0  
  Saul Wold
lsbinitscripts9.52  9.53
  Saul Wold
libusb1   1.0.9 1.0.18  
  Saul Wold
mc4.8.104.8.12  
  Saul Wold
cups  1.7.1 1.7.2   
  Saul Wold
dpkg  1.17.41.17.6  
  Saul Wold
glib-networking   2.38.02.40.0  
  Saul WoldPending Glib-2.0 
Update   
help2man-native   1.44.11.45.1  
  Saul Wold
msmtp 1.4.311.4.32  
  Saul Wold
vte   0.28.20.36.0  
  Saul WoldPending Glib-2.0 
Update   
libgcrypt 1.5.3 1.6.1   
  Saul Wold
libxkbcommon  0.4.0 0.4.1   
  Saul Wold
util-linux2.23.22.24.1  
  Saul Wold
libnl 3.2.223.2.24  
  Saul Woldlibnl-3.2.2 is 
incompatible w...
sqlite3   3.8.3.1   3080403 
  Saul Wold
man-pages 3.60  3.64
  Saul Wo

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

2014-04-13 Thread package-rep...@yoctoproject.org
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   
puzzles  r10116  N/A 41741 d
  Valentin Popa  
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] BBB doesn't boot

2014-04-13 Thread Denys Dmytriyenko
On Sun, Apr 13, 2014 at 03:12:16AM -0600, Gary Thomas wrote:
> I just tried building (core-image-sato) for my BeagleBoneBlack
> using the latest Poky/Yocto master:
> 
> Build Configuration:
> BB_VERSION= "1.23.0"
> BUILD_SYS = "i686-linux"
> NATIVELSBSTRING   = "Fedora-13"
> TARGET_SYS= "arm-poky-linux-gnueabi"
> MACHINE   = "beaglebone"
> DISTRO= "poky"
> DISTRO_VERSION= "1.6+snapshot-20140411"
> TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa8"
> TARGET_FPU= "vfp-neon"
> meta
> meta-yocto
> meta-yocto-bsp= "master:863cc7483f5ee43189537940de8ee5c0964d24cc"
> 
> This built the kernel using SRCREV 928d7b2dda
> 
> I followed the bring-up instructions from README.hadware and the
> boot failed to even start the kernel.  Here's what I see:
> 
> === boot log 
> =
> U-Boot 2013.07 (Apr 11 2014 - 15:03:04)
> 
> I2C:   ready
> DRAM:  512 MiB
> WARNING: Caches not enabled
> NAND:  0 MiB
> MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
> *** Warning - readenv() failed, using default environment
> 
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Peripheral mode controller at 47401000 using PIO, IRQ 0
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Host mode controller at 47401800 using PIO, IRQ 0
> Net:not set. Validating first E-fuse MAC
> Phy not found
> PHY reset timed out
> cpsw, usb_ether
> Hit any key to stop autoboot:  0
> mmc0 is current device
> SD/MMC found on device 0
> reading uEnv.txt
> ** Unable to read file uEnv.txt **
> 4981688 bytes read in 613 ms (7.7 MiB/s)
> 29192 bytes read in 46 ms (619.1 KiB/s)
> Booting from mmc ...
> ## Booting kernel from Legacy Image at 8020 ...
>Image Name:   Linux-3.14.0-yocto-standard
>Image Type:   ARM Linux Kernel Image (uncompressed)
>Data Size:4981624 Bytes = 4.8 MiB
>Load Address: 80008000
>Entry Point:  80008000
>Verifying Checksum ... OK
> ## Flattened Device Tree blob at 80f8
>Booting using the fdt blob at 0x80f8
>Loading Kernel Image ... OK
>Using Device Tree in place at 80f8, end 80f8a207
> 
> Starting kernel ...
> ==
> 
> Any ideas what I've done wrong?

Hmm, everything looks sane. What revision is your BBB? And did you press 
USER/BOOT button or erased eMMC partition per instructions?

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