|
Re: [PATCH 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
Now it's filtering Error/FetchError/UpgradeNotNeeded errors but you are
right that we need to only take into account exceptions inherit Error to
avoid send emails with system exceptions like Syntax
Now it's filtering Error/FetchError/UpgradeNotNeeded errors but you are
right that we need to only take into account exceptions inherit Error to
avoid send emails with system exceptions like Syntax
|
By
Aníbal Limón <anibal.limon@...>
·
#25156
·
|
|
Re: [PATCH 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
Sorry I'm not quite following - you mean you did filter out exceptions that
don't inherit from Error or you will change it to do that? Unless I'm missing
something, this patch now catches any
Sorry I'm not quite following - you mean you did filter out exceptions that
don't inherit from Error or you will change it to do that? Unless I'm missing
something, this patch now catches any
|
By
Paul Eggleton
·
#25155
·
|
|
Re: [PATCH 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
Hi Paul,
Comments below,
Kind regards,
alimon
Yes i'll change the string testing for isinstance.
That's good observation i filter all the errors that don't are in the class of Error,
also i
Hi Paul,
Comments below,
Kind regards,
alimon
Yes i'll change the string testing for isinstance.
That's good observation i filter all the errors that don't are in the class of Error,
also i
|
By
Aníbal Limón <anibal.limon@...>
·
#25154
·
|
|
Re: [PATCH 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
Obviously this is in the existing code, but I'm not hugely keen on checking
the error name as a string - I'd much rather we checked it with isinstance
here. That might require us to have all errors
Obviously this is in the existing code, but I'm not hugely keen on checking
the error name as a string - I'd much rather we checked it with isinstance
here. That might require us to have all errors
|
By
Paul Eggleton
·
#25153
·
|
|
Re: multi-user shared state
Hi,
Have a look here [1] 3.2.1.2. Core System Development, and [2]
I did have troubles in the past. When I built e.g. for 2 different
boards both using the same compiler and the same sstate funny
Hi,
Have a look here [1] 3.2.1.2. Core System Development, and [2]
I did have troubles in the past. When I built e.g. for 2 different
boards both using the same compiler and the same sstate funny
|
By
Robert Berger <gmane@...>
·
#25151
·
|
|
Re: Limit RAM for Linux
Not sure it sounds like something might not be accounting for the
first 0x8000 for interrupts or something, what error/messages do you
see when it fails to boot? or do you see nothing output on the
Not sure it sounds like something might not be accounting for the
first 0x8000 for interrupts or something, what error/messages do you
see when it fails to boot? or do you see nothing output on the
|
By
Nathan Rossi
·
#25150
·
|
|
Generate iso image
Hi,
I have configured the yocto project and i am getting vmdk.ext3 image
I want to configure that iso image should also be generated.
I have changed IMAGE_FSTYPE in qemux86.conf to iso.
But on
Hi,
I have configured the yocto project and i am getting vmdk.ext3 image
I want to configure that iso image should also be generated.
I have changed IMAGE_FSTYPE in qemux86.conf to iso.
But on
|
By
Mayank Agarwal <mayank77fromindia@...>
·
#25152
·
|
|
Re: Merging of two recipes
As it's barely functional (no metadata, obviously) it doesn't get used a lot, but it shouldn't be broken... I did wonder if we should remove it some time ago, but the consensus was that it's a nice
As it's barely functional (no metadata, obviously) it doesn't get used a lot, but it shouldn't be broken... I did wonder if we should remove it some time ago, but the consensus was that it's a nice
|
By
Burton, Ross <ross.burton@...>
·
#25149
·
|
|
Re: Merging of two recipes
i vaguely recall from way back that the tar packaging was not really
supported, or was mostly unused, or something to that effect. what's
the status on that these days?
rday
--
i vaguely recall from way back that the tar packaging was not really
supported, or was mostly unused, or something to that effect. what's
the status on that these days?
rday
--
|
By
Robert P. J. Day
·
#25147
·
|
|
Re: Merging of two recipes
Hi All,
One more thing the convert task has different flow for both the recipes and the names of the package is different as below is snapshot of the actual code.
Also PACKAGE_CLASSES has both
Hi All,
One more thing the convert task has different flow for both the recipes and the names of the package is different as below is snapshot of the actual code.
Also PACKAGE_CLASSES has both
|
By
Bipnesh, Abhinav (Abhinav) <abhinavbipnesh@...>
·
#25148
·
|
|
Re: Merging of two recipes
Just add "tar" to PACKAGE_CLASSES and you'll get a tarball of every package alongside the RPM.
(note that the tar packages are relatively untested but they're also very simple so should still
Just add "tar" to PACKAGE_CLASSES and you'll get a tarball of every package alongside the RPM.
(note that the tar packages are relatively untested but they're also very simple so should still
|
By
Burton, Ross <ross.burton@...>
·
#25146
·
|
|
[meta-intel] MATOM set while using yocto-bsp create i386 (Celeron M targets / ThinkIO unit)
Hello all,
Why 'yocto-bsp create ... i386' (Yocto dizzy 1.7.2) is defining a kernel config with the MATOM=y even if I select the default kernel with the '586' tune (neither the 'Atom' nor the
Hello all,
Why 'yocto-bsp create ... i386' (Yocto dizzy 1.7.2) is defining a kernel config with the MATOM=y even if I select the default kernel with the '586' tune (neither the 'Atom' nor the
|
By
J.J. Garcia <sm0ketst@...>
·
#25145
·
|
|
Merging of two recipes
Hi,
Currently I have two different recipes for similar type of package with a minor differences. Below is the list
1. One being packaged as tar.gz and don’t have pre or post install
Hi,
Currently I have two different recipes for similar type of package with a minor differences. Below is the list
1. One being packaged as tar.gz and don’t have pre or post install
|
By
Bipnesh, Abhinav (Abhinav) <abhinavbipnesh@...>
·
#25144
·
|
|
Re: [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido
Hi Vincent,
I’ve switch my build to use 3.19.5-yocto-standard by adding a preferred_version to my local.conf. This has changed the behaviour:
1) At startup XOrg is still using a lot of memory
Hi Vincent,
I’ve switch my build to use 3.19.5-yocto-standard by adding a preferred_version to my local.conf. This has changed the behaviour:
1) At startup XOrg is still using a lot of memory
|
By
Chris Tapp
·
#25143
·
|
|
Re: Python3 failure using ctypes
Hi again,
On 06/09/2015 12:21 PM, Peter Bergin wrote:
I still have serious with this issue. I think it is not possible to cross-compile python3-ctypes in fido. I filed a
Hi again,
On 06/09/2015 12:21 PM, Peter Bergin wrote:
I still have serious with this issue. I think it is not possible to cross-compile python3-ctypes in fido. I filed a
|
By
Peter Bergin <peter.bergin@...>
·
#25142
·
|
|
Strange sstate problem
I'm building for two similar targets and sharing sstate between
them. Actually, I build for target A and use that sstate cache
in my SSTATE_MIRRORS for target B.
If I try to build target B from
I'm building for two similar targets and sharing sstate between
them. Actually, I build for target A and use that sstate cache
in my SSTATE_MIRRORS for target B.
If I try to build target B from
|
By
Gary Thomas
·
#25141
·
|
|
Re: multi-user shared state
Hi Luke,
Comments below,
Best regards,
alimon
[1] https://autobuilder.yoctoproject.org/
[2] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/
Hi Luke,
Comments below,
Best regards,
alimon
[1] https://autobuilder.yoctoproject.org/
[2] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/
|
By
Aníbal Limón <anibal.limon@...>
·
#25140
·
|
|
multi-user shared state
Hi,
I’m trying to understand the feasibility of shared-state across multiple users in a development environment. Does anyone have first-hand experience with this? Am I asking for trouble?
Hi,
I’m trying to understand the feasibility of shared-state across multiple users in a development environment. Does anyone have first-hand experience with this? Am I asking for trouble?
|
By
Luke (Lucas) Starrett <lstarret@...>
·
#25139
·
|
|
Re: [meta-ti] Migration from 1.7.1 to 1.8 - kernel-abiversion missing
Rebased my 1.8 yocto and oe layers. Meta-ti was still master as there
was no 1.8 tag when I did my initial checkout. Smoked tmp dir and
rebuilt my image and it worked there too now.
Don't know
Rebased my 1.8 yocto and oe layers. Meta-ti was still master as there
was no 1.8 tag when I did my initial checkout. Smoked tmp dir and
rebuilt my image and it worked there too now.
Don't know
|
By
Brian Hutchinson <b.hutchman@...>
·
#25138
·
|
|
[PATCH 11/11][auh] README: Edit Maintainece section to add current maintainer.
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
README | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README
index ec3f955..dbcc755 100644
---
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
README | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README
index ec3f955..dbcc755 100644
---
|
By
Aníbal Limón <anibal.limon@...>
·
#25133
·
|