[YOCTO #6476]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/apt/apt-package.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/apt/apt-package.inc
b/meta/recipes-devtools/apt/apt-package.inc
index 0897d3a..a553aa2 100644
--- a/meta/recipes-devtools/apt
The makefile checks for bc during for compilation
[YOCTO #6781]
Signed-off-by: Alejandro Hernandez
---
meta/classes/kernel.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 78b33ce..0782923 100644
--- a
The makefile checks for bc during for compilation
[YOCTO #6781]
Signed-off-by: Alejandro Hernandez
---
meta/classes/kernel.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 78b33ce..0782923 100644
--- a
Writes build information to target filesystem to help developers
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-extended/buildinfo/buildinfo_0.1.bb | 34
1 file changed, 34 insertions(+)
create mode 100644 meta/recipes-extended/buildinfo
Writes build information to target filesystem to help developers
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes/image.bbclass | 29 -
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta/classes
Writes build information to target filesystem to help developers
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes/image.bbclass | 46 +-
1 file changed, 45 insertions(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta
Writes build information to target filesystem to help developers
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes/buildinfo.bbclass | 90 ++
1 file changed, 90 insertions(+)
create mode 100644 meta/classes/buildinfo.bbclass
diff --git
-by: Alejandro Hernandez
---
meta/classes/buildhistory.bbclass | 39
meta/classes/buildinfo.bbclass| 53 +++
meta/lib/oe/utils.py | 16
3 files changed, 80 insertions(+), 28 deletions(-)
create mode
build information to target filesystem on /etc/build
such as enabled layers, their current status and commit.
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes/image-buildinfo.bbclass | 76
1 file changed, 76 insertions(+)
create mode
Hi Alejandro,
We're getting there, thanks for your patience - just a few more tweaks:
On Tuesday 04 November 2014 12:09:13 Alejandro Hernandez wrote:
build information to target filesystem on /etc/build
Looks like the shortlog has been split over two lines here...
such as enabled layers, their
build information to target filesystem on /etc/build
such as enabled layers, their current status and commit
squashspaces was moved to oe/utils.py to make it available
to different classes and avoid code duplication.
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes
Signed-off-by: Alejandro Hernandez
---
meta/recipes-extended/cronie/cronie_1.4.11.bb | 85 ---
meta/recipes-extended/cronie/cronie_1.4.12.bb | 84 ++
2 files changed, 84 insertions(+), 85 deletions(-)
delete mode 100644 meta/recipes-extended
Removed: fix-a-Gcc-undefined-behavior.patch - Upstream
Removed: 0001-statd-fixed-the-with-statdpath-flag.patch - Upstream
Removed: fix-the-start-statd.patch - Different solution on upstream
Removed: nfs-utils-1.0.6-uclibc.patch - Different solution on upstream
Signed-off-by: Alejandro
/cgit.cgi/poky-contrib/log/?h=hsalejandro/updates
Alejandro Hernandez (2):
nfs-utils: Upgrade to 1.3.1
cronie: Upgrade to 1.4.12
.../files/fix-a-Gcc-undefined-behavior.patch | 38
.../0001-statd-fixed-the-with-statdpath-flag.patch | 41 --
.../nfs
Fixed license BSD, it should've been BSD-3 & BSD-2
Added license GPLv2+ according to upstream
Patch fix-out-of-tree-build removed; already on upstream.
Signed-off-by: Alejandro Hernandez
---
.../cronie/cronie/fix-out-of-tree-build.patch | 31 --
.
Removed: fix-a-Gcc-undefined-behavior.patch - Upstream
Removed: 0001-statd-fixed-the-with-statdpath-flag.patch - Upstream
Removed: fix-the-start-statd.patch - Different solution on upstream
Removed: nfs-utils-1.0.6-uclibc.patch - Different solution on upstream
Signed-off-by: Alejandro
/?h=hsalejandro/6644_cronie
Alejandro Hernandez (1):
cronie: Added default crontab
meta/recipes-extended/cronie/cronie/crontab | 6 +-
meta/recipes-extended/cronie/cronie_1.4.12.bb | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
--
1.9.1
Added default configuration to crontab, for instructive pruposes
Added /etc/crontab to CONFFILES to avoid overwriting if updating via PMS
[YOCTO 6644]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-extended/cronie/cronie/crontab | 6 +-
meta/recipes-extended/cronie/cronie_1.4.12.bb
Checks in FILES and pkg_* variables ,solves common mistake
of using ${D} instead of $D and warns the user accordingly.
[YOCTO #6642]
Signed-off-by: Alejandro Hernandez
---
meta/classes/insane.bbclass | 34 +-
1 file changed, 33 insertions(+), 1 deletion(-)
diff
copyreg
undetected before due to previously needed installation of python3-misc.
[YOCTO #6967]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-3.3-manifest.inc | 14 +-
scripts/contrib/python/generate-manifest-3.3.py | 9 ++---
2 files changed, 15
case, any suggestions?
On 04/12/14 03:48, Richard Purdie wrote:
On Wed, 2014-12-03 at 11:00 -0600, Alejandro Hernandez wrote:
Checks in FILES and pkg_* variables ,solves common mistake
of using ${D} instead of $D and warns the user accordingly.
[YOCTO #6642]
Signed-off-by: Alejandro Hernandez
Checks in FILES and pkg_* variables, solves common mistake of
using ${D} instead of $D and warns the user accordingly.
[YOCTO #6642]
Signed-off-by: Alejandro Hernandez
---
meta/classes/insane.bbclass | 30 +-
1 file changed, 29 insertions(+), 1 deletion(-)
diff
Thank Ross, sending new patch soon.
On 07/01/15 12:27, Burton, Ross wrote:
Hi Alejandro,
Looks good, but some small points:
On 11 December 2014 at 22:40, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
- version-going-
Checks in FILES and pkg_* variables, solves common mistake of
using ${D} instead of $D and warns the user accordingly.
[YOCTO #6642]
Signed-off-by: Alejandro Hernandez
---
meta/classes/insane.bbclass | 29 -
1 file changed, 28 insertions(+), 1 deletion(-)
diff
Forces native RDEPENDS of xmlto-native to be built and installed
since those files are required when creating yocto-docs
if not found, they are downloaded from upstream everytime
significant time difference is achieved.
[YOCTO #7148]
Signed-off-by: Alejandro Hernandez
---
meta/recipes
When resolving a patch, a new process of gnome-terminal
is created for every patch to be resolved, it "waits"
for the previous one to end, instead of launching
multiple windows at the same time.
[YOCTO #7254]
Signed-off-by: Alejandro Hernandez
---
meta/lib/oe/terminal.py | 2
: Alejandro Hernandez
---
meta/classes/insane.bbclass | 26 +++---
1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 143ec46..542346a 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes
On 29/01/15 04:56, Burton, Ross wrote:
On 27 January 2015 at 23:36, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
When resolving a patch, a new process of gnome-terminal
is created for every patch to be resolved, it "waits"
for the
On 29/01/15 08:18, Saul Wold wrote:
Have you done before and after builds to assess the performance
differences if any?
I checked, found no actual difference on performance.
What tool are you using that might cause double spacing in your commit
messages.
Won't be happening again.
dif
://git.yoctoproject.org/poky-contrib hsalejandro/python_upgrade_squashed
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/python_upgrade_squashed
Alejandro Hernandez (1):
Python: Upgrade from 2.7.3 to 2.7.9:
meta/conf/distro/include/default-versions.inc |4
available in the git repository at:
git://git.yoctoproject.org/poky-contrib hsalejandro/py2uprebased
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py2uprebased
Alejandro Hernandez (1):
Python: Upgrade from 2.7.3 to 2.7.9:
meta/conf/distro/include/default-versions.inc
Upgrade to the latest snapshot, also drop md5sum while were at it.
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego
---
.../newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb}| 0
meta/recipes-core/newlib/newlib.
tinue.
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego
---
.../baremetal-examples/baremetal-helloworld_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
b
Upgrade to the latest snapshot, also drop md5sum while were at it.
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego
---
.../newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb}| 0
meta/recipes-core/newlib/newlib.
From: Alejandro Hernandez
Upgrade to the latest snapshot, also drop md5sum while were at it.
(From OE-Core rev: d73aa359e42e707dbc7cfa29c55a2fc8e6bb938a)
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Richard Purdie
---
.../newlib
My bad, this meant to be a patch for Dunfell since its been merged on
master already, please disregard this failure
Alejandro
On 5/4/20 2:02 PM, Patchwork wrote:
== Series Details ==
Series: newlib: Upgrade to latest yearly release 3.3.0
Revision: 1
URL : https://patchwork.openembedded.org
On Mon, May 4, 2020, 7:17 PM Steve Sakoman wrote:
> On Mon, May 4, 2020 at 11:12 AM Alejandro Hernandez
> wrote:
> >
> > My bad, this meant to be a patch for Dunfell since its been merged on
> master already, please disregard this failure
>
> If you'd like me
Hey Alex,
Pretty sure this is causing:
ERROR: connman-1.38-r0 do_package: QA Issue: connman: Files/directories
were installed but not shipped in any package:
/usr/lib/connman/scripts/vpn-script
Please set FILES such that these items are packaged. Alternatively if they
are unneeded, avoid installi
When vpnc support is included through PACKAGECONFIG, there
is now an extra vpn-script coming after the atest upgrade,
include that script into FILES so it gets packaged.
Signed-off-by: Alejandro Hernandez Samaniego
---
meta/recipes-connectivity/connman/connman.inc | 3 ++-
1 file changed, 2
Hello,
If you could please look at the submitting patch guidelines/howto in the
following link:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
At a very high level you should make local changes to the repo, commit
them through git and create a patch from your commit
On Fri, May 15, 2020, 1:32 PM Khem Raj wrote:
>
>
> On 5/15/20 12:12 PM, Joshua Watt wrote:
> >
> > On 5/15/20 2:05 PM, Richard Purdie wrote:
> >> On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote:
> >>> I see Richard has merged these to master-next, thanks!
> >>> And thanks Joshua for v
On Sun, May 17, 2020, 5:41 PM Khem Raj wrote:
>
>
> On 5/17/20 6:22 AM, Adrian Bunk wrote:
> > On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote:
> >> On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote:
> >>>
> >>> On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote
Hello Mingli,
Did you happen to run the create_manifest task after modifying the
manifest to make sure that runtime dependencies are still valid?
Thanks
Alejandro
On 5/18/20 12:32 AM, Yu, Mingli wrote:
From: Mingli Yu
Add pydoc and urllib to core to fix below error:
# python3
>>> hel
Hola Anibal,
On 5/18/20 8:35 PM, Anibal Limon wrote:
Signed-off-by: Aníbal Limón
---
...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb =>
linux-firmw
Hello,
The more I look into this, the more I realize its incorrect.
On 5/18/20 8:36 AM, Alejandro Hernandez wrote:
Hello Mingli,
Did you happen to run the create_manifest task after modifying the
manifest to make sure that runtime dependencies are still valid?
Thanks
Alejandro
On 5/18
Hey Mingly Yu,
On 5/19/20 12:43 AM, Yu, Mingli wrote:
Hi Alejandro,
On 2020/5/19 下午3:22, Alejandro Hernandez Samaniego wrote:
Hello,
The more I look into this, the more I realize its incorrect.
Understood your concern.
On 5/18/20 8:36 AM, Alejandro Hernandez wrote:
Hello Mingli
On 6/7/2019 9:30 AM, Joshua Watt wrote:
On 6/7/19 11:23 AM, richard.pur...@linuxfoundation.org wrote:
On Fri, 2019-06-07 at 10:51 -0500, Joshua Watt wrote:
Is there a reason for this change other than aesthetics?
I have had a lot of complaints and in real world use I can understand
why...
Hello Khem,
On Tue, 26 May 2020 at 16:10, Khem Raj wrote:
> The setting is to modify TUNE_PKGARCH which is filled with
> TUNE_PKGARCH_64 or TUNE_PKGARCH_32 in arm-arch64.inc
> This lets higher up tune files for arm64 SOCs override them if needed,
> this can help building multiple armv8 machines
Hey Mingli,
What are you adding to the image to reproduce this issue?
Cheers,
Alejandro
On 6/11/20 1:39 AM, Yu, Mingli wrote:
From: Mingli Yu
* Add python3-numbers to rdepends for python3-misc to fix below error:
# python3
[snip]
>>> import statistics
[snip]
ModuleNotFoundError:
checked
automatically.
Alejandro
Acked-by: Alejandro Hernandez
On 6/11/20 2:38 AM, Alejandro Hernandez wrote:
Hey Mingli,
What are you adding to the image to reproduce this issue?
Cheers,
Alejandro
On 6/11/20 1:39 AM, Yu, Mingli wrote:
From: Mingli Yu
* Add python3-numbers to rdepends
To better align with upstream and mimic how images
are built, use do_image and do_image_complete instead
of do_deploy to populate artifacts on DEPLOY_DIR_IMAGE.
Signed-off-by: Alejandro Hernandez Samaniego
---
.../baremetal-helloworld_git.bb | 31 ++-
1 file
makes the process of creating a baremetal
application transparent to the developer deploying it automatically along with
its required bits to be run and tested.
Signed-off-by: Alejandro Hernandez Samaniego
---
meta/classes/baremetal-image.bbclass | 99
1 file changed
Signed-off-by: Alejandro Hernandez Samaniego
---
.../baremetal-helloworld_git.bb | 109 +++---
1 file changed, 19 insertions(+), 90 deletions(-)
diff --git
a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
b/meta-skeleton/recipes
Signed-off-by: Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego
---
meta/recipes-core/musl/musl_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/musl/musl_git.bb
b/meta/recipes-core/musl/musl_git.bb
index ed2178b5a4
such.
Also fixes configuration of _ctypes/libffi
Signed-off-by: Alejandro Hernandez
---
.../revert_use_of_sysconfigdata.patch | 86 ++
.../recipes-devtools/python/python-native_2.7.9.bb | 25 ---
2 files changed, 99 insertions(+), 12 deletions(-)
create mode
On 24/02/15 06:02, Burton, Ross wrote:
Hi Alejandro,
On 24 February 2015 at 06:08, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
+Upstream-Status: Inappropriate [embedded specific]
This is a genuine build race in the make files and entirely
approp
On 23/02/15 13:49, Otavio Salvador wrote:
@@ -34,7 +34,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir
xorg-driver-abi \
ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
; warning the user about which
file/package causes the problem, making it easier to debug.
[YOCTO #7126]
Signed-off-by: Alejandro Hernandez
---
meta/classes/insane.bbclass | 26 +++---
1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/meta/classes/insane.bbclass
Forces the creation of a configure script for ctypes/libffi Module
by calling autoreconf after it being deleted on do_configure().
Fixes configuration hence compilation of this Python module.
[YOCTO #7373]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-native_2.7.9
stream):
fix-ast.h-dependency.patch
python3-fix-build-error-with-Readline-6.3.patch
06-ctypes-libffi-fix-configure.patch
remove_sqlite_rpath.patch
[YOCTO #6857]
Signed-off-by: Alejandro Hernandez
---
...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++
...on3-nativ
On 28/02/15 14:39, Michael Gloff wrote:
All,
I have run into the issue of nfs server seg faulting when trying to
start. After some searching I found that it is related to GCC 4.9.x
and nfs-utils-1.3.X
http://lists.linuxfromscratch.org/pipermail/blfs-dev/2014-July/027853.html
There is a patc
On 28/02/15 14:39, Michael Gloff wrote:
I'm not sure how to proceed, but this pretty much breaks nfs server
capabilities.
Hi Michael, could you please file a bug on
https://bugzilla.yoctoproject.org/
--
___
Openembedded-core mailing list
Op
Signed-off-by: Alejandro Hernandez
---
meta-yocto/conf/distro/include/maintainers.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-yocto/conf/distro/include/maintainers.inc
b/meta-yocto/conf/distro/include/maintainers.inc
index 3a55d1e..b3b5dc2 100644
--- a/meta
Creates a recipe for the pexpect module and adds it to buildtools, since it is
needed by
some of the automated runtime test code.
[YOCTO #7279]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-core/meta/buildtools-tarball.bb | 1 +
meta/recipes-devtools/python/python-pexpect_3.3.bb
[YOCTO 7279]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-core/meta/buildtools-tarball.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb
b/meta/recipes-core/meta/buildtools-tarball.bb
index 302510c..6d4c8c8 100644
--- a/meta/recipes-core
Based on the recipe contained in
http://layers.openembedded.org/layerindex/branch/master/layer/meta-python
[YOCTO #7279]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-pexpect_3.3.bb | 23 ++
1 file changed, 23 insertions(+)
create mode 100644
run python-distribute out of the box
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8
1 file changed, 8 insertions(+)
diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb
b/meta/recipes-devtools/python/python
Parallel make races when linking PGEN affects target's python
compilation as well, adds patch from python-native to modify the
Makefile and avoid parallel make races, also updates upstream status
Signed-off-by: Alejandro Hernandez
---
.../avoid_parallel_make_races_on_pgen.patch
Parallel make races when linking PGEN affects target's python
compilation as well, adds patch from python-native to modify the
Makefile and avoid parallel make races, also updates upstream status
Signed-off-by: Alejandro Hernandez
---
.../avoid_parallel_make_races_on_pgen.patch
stream):
fix-ast.h-dependency.patch
python3-fix-build-error-with-Readline-6.3.patch
06-ctypes-libffi-fix-configure.patch
remove_sqlite_rpath.patch
[YOCTO #6857]
Signed-off-by: Alejandro Hernandez
---
...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++
...on3-nativ
://git.yoctoproject.org/poky-contrib hsalejandro/py3upRebasedApril
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3upRebasedApril
Alejandro Hernandez (1):
python3: Upgrade from 3.3.3 to 3.4.2
...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++
...
Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing
python3-distribute and probably other libraries
Signed-off-by: Alejandro Hernandez
---
meta/classes/distutils3-base.bbclass| 2 +-
meta/classes/distutils3-native-base.bbclass | 2 +-
meta/classes/python3native.bbclass
On 13/04/15 13:40, Martin Jansa wrote:
On Fri, Feb 27, 2015 at 06:30:52PM -0600, Alejandro Hernandez wrote:
Modifies:
python3-native_3.3.3.bb -> python3-native_3.4.2.bb: Updates checksums, version,
patches
and SRC_URIs to use xz format, LICENSE did not change, dates were updated, adds
have left behind, fixing the issue.
Signed-off-by: Alejandro Hernandez
---
.../python/python3-native_3.4.2.bb | 1 +
.../python3/pip_build_directory_unclean.patch | 28 ++
2 files changed, 29 insertions(+)
create mode 100644
meta/recipes-devtools/python
On 17/04/15 16:50, Richard Purdie wrote:
On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote:
When installing python3-native sometimes pips default build
directory (which is on the host and is user dependant) is left unclean,
due to this, when python3-core is being installed it tries
On 19/04/15 02:49, Richard Purdie wrote:
On Fri, 2015-04-17 at 19:19 -0500, Alejandro Hernandez wrote:
On 17/04/15 16:50, Richard Purdie wrote:
On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote:
When installing python3-native sometimes pips default build
directory (which is on
installations (for different archs) may be happening at the same time,
this shared resource utilization results in errors at do_install(), this
patch disables pip installation by default for now, until we have a
python3-pip package which we can easily patch in these situations.
Signed-off-by: Alejandro
As Python-3.4 pip is required and installed by default, pips installation
is bootstrapped using python wheels, this makes it complicated to patch
and causes errors on the Autobuilders, since we don't need pip for
python3-native, this disables it fixing the issues.
Signed-off-by: Alej
on-3.4-manifest.inc: fixes asyncio and net-tools.
This upgrade contains a fix for CVE-2014-9365.
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-3.4-manifest.inc | 12
.../{python3-native_3.4.2.bb => python3-native_3.4.3.bb} | 7 +++
.
On 12/05/15 17:30, Martin Jansa wrote:
On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote:
Modifies:
python3-native_3.4.2.bb -> python3-native_3.4.3.bb: Updates checksums, LICENSE
did not change,
dates were updated.
python3_3.4.2.bb -> python3_3.4.3.bb: Updates che
On 14/05/15 05:54, Richard Purdie wrote:
On Tue, 2015-05-12 at 17:35 -0500, Alejandro Hernandez wrote:
On 12/05/15 17:30, Martin Jansa wrote:
On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote:
Modifies:
python3-native_3.4.2.bb -> python3-native_3.4.3.bb: Updates checks
(2015-05-12 10:44:53 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib hsalejandro/py3-pip-recipe
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3-pip-recipe
Alejandro Hernandez (5):
python3: fix pyconfig.h installation on target
: Alejandro Hernandez
---
.../python/python3/fix_ssl_include_dir.patch | 29 ++
meta/recipes-devtools/python/python3_3.4.3.bb | 1 +
2 files changed, 30 insertions(+)
create mode 100644
meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch
diff --git a/meta
python3-distribute was merged back to python3-setuptools in 2013,
and it is no longer being maintained, this upgrade also provides
functionality that will be needed for python3-pip.
[YOCTO #7763]
Signed-off-by: Alejandro Hernandez
---
meta/classes/setuptools3.bbclass | 2
: Alejandro Hernandez
---
meta/recipes-devtools/python/python3-pip_6.1.1.bb | 40 +++
1 file changed, 40 insertions(+)
create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb
diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb
b/meta/recipes-devtools
The file pyconfig.h wasnt being deployed on target, causing an error
when importing some libraries that required it, this patch fixes
python3 manifest to include this file and fix the issue.
[YOCTO #7764]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python-3.4
exist on target, this removes
the patch from python3-core so distutils can be imported correctly.
[YOCTO #7766]
Signed-off-by: Alejandro Hernandez
---
meta/recipes-devtools/python/python3_3.4.3.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb
b
Sorry about that, will send v2 in a bit. and yes I agree
On 21/05/15 17:44, Burton, Ross wrote:
On 21 May 2015 at 10:15, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
+++ b/meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch
This patch
On 21/05/15 18:38, Burton, Ross wrote:
On 21 May 2015 at 10:15, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
PIP is installed by default since python 3.4, due to issues with the
autobuilders, its default installation had to be disabled, this
On 21/05/15 18:47, Burton, Ross wrote:
On 21 May 2015 at 10:15, Alejandro Hernandez
<mailto:alejandro.hernan...@linux.intel.com>> wrote:
python3-distribute was merged back to python3-setuptools in 2013,
and it is no longer being maintained, this upgrade also
: Alejandro Hernandez
---
.../python/python3/fix_ssl_include_dir.patch | 41 ++
meta/recipes-devtools/python/python3_3.4.3.bb | 1 +
2 files changed, 42 insertions(+)
create mode 100644
meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch
diff --git a/meta
: Alejandro Hernandez
---
meta/recipes-devtools/python/python3-pip_6.1.1.bb | 40 +++
1 file changed, 40 insertions(+)
create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb
diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb
b/meta/recipes-devtools
After systemd-boot was introduced, its been tested for a while with no major
issues being found until now, this patch completely replaces all gummiboot
instances with systemd-boot ones, taking the next step into cleaning
up systemd-boot/gummiboot.
[YOCTO #10332]
Signed-off-by: Alejandro
Since the gummiboot project is no longer being maintained
and we are using systemd-boot as a replacement instead,
we can now clean up all remaining gummiboot files.
[YOCTO #10332]
Signed-off-by: Alejandro Hernandez
---
meta/classes/gummiboot.bbclass | 121
Since we replaced gummiboot with systemd-boot
along with its tests, the gummiboot tests are
no longer necessary.
[YOCTO #10332]
Signed-off-by: Alejandro Hernandez
---
meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py | 83 ---
1 file changed, 83 deletions(-)
delete mode
Since we replaced gummiboot with systemd-boot
along with its tests, the gummiboot tests are
no longer necessary.
[YOCTO #10332]
Signed-off-by: Alejandro Hernandez
---
meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py | 83 ---
meta/lib/oeqa/selftest/wic.py
Weve now migrated to systemd-boot, the gummiboot test on wic is no longer
necessary
Signed-off-by: Alejandro Hernandez
---
meta/lib/oeqa/selftest/wic.py | 7 ---
1 file changed, 7 deletions(-)
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 3db00a6
git://git.yoctoproject.org/poky-contrib hsalejandro/tinymaster2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/tinymaster2
Alejandro Hernandez (1):
core-image-tiny-initramfs: Fix error message shown after a successful
initrd boot
Tom Zanussi (5):
image-live-arti
have been modified to generate artifacts there
(e.g. using image-live-artifacts).
Signed-off-by: Alejandro Hernandez
Signed-off-by: Tom Zanussi
---
scripts/lib/wic/plugins/source/bootimg-efi.py | 28 +--
1 file changed, 22 insertions(+), 6 deletions(-)
diff --git a
From: Tom Zanussi
Rather than create an actual image, just put the image artifacts in an
'artifacts' directory that can then be picked up by wic.
Signed-off-by: Tom Zanussi
---
meta/classes/image-live-artifacts.bbclass | 64 +++
meta/classes/image.bbclass
1 - 100 of 429 matches
Mail list logo