[OE-core] [PATCH] uboot-inc: Backport patch to fix Beaglebone Black bootloader

2016-02-17 Thread Erkka Kääriä
Beaglebone Black boot started failing after upstream patch 755324c432f, and was fixed in 7205442e6. Unfortunately, the u-boot upgrade from 2015.10 to 2016.01 only includes the former patch. The latter patch is backported to fix this. Signed-off-by: Erkka Kääriä <erkka.kaa...@intel.com> ---

[OE-core] [PATCH v2] python_2.7.9.bb: Add python-misc as runtime dependency to python-modules

2015-09-16 Thread Erkka Kääriä
Currently python-misc is not included even if python-modules is. This means some python scripts fail even if python-modules is included in the image (for example, get-pip.py at bootstrap.pypa.io/get-pip.py). Signed-off-by: Erkka Kääriä <erkka.kaa...@intel.com> --- meta/recipes-devtools/

[OE-core] [PATCH v2] python.inc: Remove --with-wctype-functions configure option

2015-09-16 Thread Erkka Kääriä
(https://bugs.python.org/issue9210) indicates its original goal was to save memory and that the option should have been deprecated ages ago. Signed-off-by: Erkka Kääriä <erkka.kaa...@intel.com> --- meta/recipes-devtools/python/python.inc | 1 - 1 file changed, 1 deletion(-) diff --git

[OE-core] [PATCH] Removes --with-wctype-functions configure option

2015-09-15 Thread Erkka Kääriä
(https://bugs.python.org/issue9210) indicates its original goal was to save memory and that the option should have been deprecated ages ago. Signed-off-by: Erkka Kääriä <erkka.kaa...@intel.com> --- meta/recipes-devtools/python/python.inc | 1 - 1 file changed, 1 deletion(-) diff --git

[OE-core] [PATCH] Add python-misc as rdependency to python-modules

2015-09-15 Thread Erkka Kääriä
-by: Erkka Kääriä <erkka.kaa...@intel.com> --- meta/recipes-devtools/python/python_2.7.9.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb index ae45577..f7e2f27 100644 --- a/meta/r