All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [dora] fixes for dora
@ 2013-12-10 15:11 Robert Yang
  2013-12-10 15:11 ` [PATCH 1/3] [dora] package-regex: Tweak python-docutils so it works correctly Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-10 15:11 UTC (permalink / raw)
  To: poky

The following changes since commit 53d2563ff13fcec74d4250bef5419e36169e55cc:

  bitbake: perforce: Fix path subdirectory issues (2013-12-03 17:51:31 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib robert/dora-next-yocto
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/dora-next-yocto

Bastien JAUNY (1):
  yocto-bsp: Add missing format specifier in bblayers error message

Bruce Ashfield (1):
  meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes

Saul Wold (1):
  package-regex: Tweak python-docutils so it works correctly

 .../recipes-kernel/linux/linux-yocto_3.10.bbappend           |   10 +++++-----
 meta-yocto/conf/distro/include/package_regex.inc             |    2 +-
 scripts/lib/bsp/kernel.py                                    |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.10.4



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

* [PATCH 1/3] [dora] package-regex: Tweak python-docutils so it works correctly
  2013-12-10 15:11 [PATCH 0/3] [dora] fixes for dora Robert Yang
@ 2013-12-10 15:11 ` Robert Yang
  2013-12-10 15:11 ` [PATCH 2/3] [dora] meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes Robert Yang
  2013-12-10 15:11 ` [PATCH 3/3] [dora] yocto-bsp: Add missing format specifier in bblayers error message Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-10 15:11 UTC (permalink / raw)
  To: poky

From: Saul Wold <sgw@linux.intel.com>

(From meta-yocto master rev: 8bd33820b4d1944a9f7730f8e2676d0d45e1cd0b)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-yocto/conf/distro/include/package_regex.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc
index 89cd366..da6e738 100644
--- a/meta-yocto/conf/distro/include/package_regex.inc
+++ b/meta-yocto/conf/distro/include/package_regex.inc
@@ -216,7 +216,7 @@ REGEX_URI_pn-psmisc = "http://sourceforge.net/projects/psmisc/files/psmisc/"
 REGEX_pn-psmisc = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/psmisc/files/psmisc/psmisc\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz/download\""
 REGEX_URI_pn-python-argparse = "https://code.google.com/p/argparse/downloads/list"
 REGEX_URI_pn-python-docutils = "http://sourceforge.net/projects/docutils/files/docutils/"
-REGEX_pn-python-docutils = "[hH][rR][eE][fF]=\"/projects/docutils/files/docutils/docutils\-(?P<pver>((\d+[\.\-_]*)+)).*/\""
+REGEX_pn-python-docutils = "[hH][rR][eE][fF]=\"/projects/docutils/files/docutils/(?P<pver>((\d+[\.\-_]*)+)).*/\""
 REGEX_URI_pn-python-pycurl = "http://pycurl.sourceforge.net/download/"
 REGEX_pn-python-pycurl = "[hH][rR][eE][fF]=\"pycurl-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
 REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/"
-- 
1.7.10.4



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

* [PATCH 2/3] [dora] meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes
  2013-12-10 15:11 [PATCH 0/3] [dora] fixes for dora Robert Yang
  2013-12-10 15:11 ` [PATCH 1/3] [dora] package-regex: Tweak python-docutils so it works correctly Robert Yang
@ 2013-12-10 15:11 ` Robert Yang
  2013-12-10 15:11 ` [PATCH 3/3] [dora] yocto-bsp: Add missing format specifier in bblayers error message Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-10 15:11 UTC (permalink / raw)
  To: poky

From: Bruce Ashfield <bruce.ashfield@windriver.com>

Updating the BSP SRCREVs to pull in the 3.10.17 core update and fix
USB powerup issues on the beagleboard.

(From meta-yocto master rev: d82870a9561662919a737dd126a8d26e2b78144a)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend           |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
index aa43b15..2f529c0 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -7,11 +7,11 @@ KBRANCH_beagleboard = "standard/beagleboard"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577"
-SRCREV_machine_genericx86-64 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577"
-SRCREV_machine_routerstationpro ?= "d4e6adefaf92a1e7b6539d371ba49b78bd194a84"
-SRCREV_machine_mpc8315e-rdb ?= "12dc46ba4efb80e135fec4dce913eeb87ee671b3"
-SRCREV_machine_beagleboard ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577"
+SRCREV_machine_genericx86 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
+SRCREV_machine_genericx86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
+SRCREV_machine_routerstationpro ?= "2d91e201018c15e24fb83336dcb4029b8569eb9d"
+SRCREV_machine_mpc8315e-rdb ?= "ac071526ffac37c907532933b628e4f64070f155"
+SRCREV_machine_beagleboard ?= "3d9b0d130a00dd32e6061ac708eaaaed69e35c3d"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
-- 
1.7.10.4



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

* [PATCH 3/3] [dora] yocto-bsp: Add missing format specifier in bblayers error message
  2013-12-10 15:11 [PATCH 0/3] [dora] fixes for dora Robert Yang
  2013-12-10 15:11 ` [PATCH 1/3] [dora] package-regex: Tweak python-docutils so it works correctly Robert Yang
  2013-12-10 15:11 ` [PATCH 2/3] [dora] meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes Robert Yang
@ 2013-12-10 15:11 ` Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-10 15:11 UTC (permalink / raw)
  To: poky

From: Bastien JAUNY <bastien.jauny@gmail.com>

If the build environment is misconfigured (e.g. a bad path
for a layer in bblayers.conf) the yocto-bsp script crashes with a
standard python error, not very explicit.  This fixes the problem.

 Signed-off-by: Bastien JAUNY <bastien.jauny@gmail.com>

(From meta-yocto master rev: 4a8e80b812eebdc1c9570b5d88aa0f3b34824b68)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 scripts/lib/bsp/kernel.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py
index 5696ca7..ba68b60 100644
--- a/scripts/lib/bsp/kernel.py
+++ b/scripts/lib/bsp/kernel.py
@@ -62,7 +62,7 @@ def find_bblayers():
             break
 
     if not bblayers:
-        print "Couldn't find BBLAYERS in 'bitbake -e' output, exiting." % \
+        print "Couldn't find BBLAYERS in %s output, exiting." % \
             bitbake_env_cmd
         sys.exit(1)
 
-- 
1.7.10.4



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

end of thread, other threads:[~2013-12-10 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 15:11 [PATCH 0/3] [dora] fixes for dora Robert Yang
2013-12-10 15:11 ` [PATCH 1/3] [dora] package-regex: Tweak python-docutils so it works correctly Robert Yang
2013-12-10 15:11 ` [PATCH 2/3] [dora] meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes Robert Yang
2013-12-10 15:11 ` [PATCH 3/3] [dora] yocto-bsp: Add missing format specifier in bblayers error message Robert Yang

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.