On Wed, Aug 3, 2016 at 5:33 AM, Jacob Kroon wrote:
> On 07/26/2016 06:56 PM, Jacob Kroon wrote:
>
>> * The kernel meta-data doesn't need to be distributed in the kernel
>> source
>>package, so drop it
>> * Fix a typo
>> * Split long lines
>>
>> Signed-off-by: Jacob Kroon
>> ---
>> meta/r
On Wed, Aug 3, 2016 at 8:53 AM, Trevor Woerner wrote:
> On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote:
> > On 1 August 2016 at 15:07, Bruce Ashfield
> wrote:
> >
> > > Not a large dependency, but it does bring to mind the question if this
> > > could be conditional on the type of image bei
Hi Randy & Ross
1. After my test, python2 & python3 works well.
2. I will follow-up the packages docs related to the asciidoc and work
on the
generation of docs, let it be optional.
//dengke
On 2016年08月03日 01:59, Randy MacLeod wrote:
As Ross asked in a separate reply, we should discuss
The previous description was not accurate. Looking at the code,
SERIAL_CONSOLES_CHECK does not act like SERIAL_CONSOLES, as it will not
add consoles to enable but only check and disable consoles defined by
SERIAL_CONSOLES. Also, the previous patch adds aliasing functionality
that needed to be docum
This patch set fixes the corner case described in [YOCTO #9440] and
updates its documentation. The documentation was not up to date with
what the code actually does, and I added to its functionality, so it
needed to be completely rewritten.
Scott, please review the documentation patch and feel fre
With some hardware the name of the device node and the name in
/proc/console differ. This causes SERIAL_CONSOLES_CHECK to not enable
working consoles in these cases. This patch changes SERIAL_CONSOLES_CHECK
to have an optional alias for the checked consoles. The new format is:
:
Fixes [YOCTO #944
Nodejs expects the user and group nobody to exist on global install commands.
The target build works as base-passwd contained it, however the fallback passwd
did not.
This broke the SDK if nodejs was included.
Signed-off-by: Michael Davis
---
meta/recipes-devtools/pseudo/files/fallback-group |
Nodejs expects the user and group nobody to exist on global install commands.
The target build work work as base-passwd contained it, however the fallback
passwd did not.
This broke the SDK if nodejs was included.
Signed-off-by: Michael Davis
---
meta/recipes-devtools/pseudo/files/fallback-grou
From: Mariano Lopez
This will add a patch to debug random errors seen in the
autobuilders, it won't solve the errors, but will give us
a better idea of what is happening.
[YOCTO #8383]
Signed-off-by: Mariano Lopez
---
...art-add-deugging-when-targetpath-is-empty.patch | 47 +++
[YOCTO #10018]
Add a patch that makes the bluetooth code create the HSP/HFP card
profile only once. The old behaviour of creating the profile twice
was not compatible with 0001-card-add-pa_card_profile.ports.patch.
This fix is not needed for master, because master doesn't any more
have 0001-card-
[YOCTO #10018]
Add a patch that makes the bluetooth code create the HSP/HFP card
profile only once. The old behaviour of creating the profile twice
was not compatible with 0001-card-add-pa_card_profile.ports.patch.
This fix is not needed for master, because master doesn't any more
have 0001-card-
Ping^2!
On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis
wrote:
> Ping!
>
> On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis
> wrote:
>> Add support to direct boot Linux instead of just booting u-boot.
>>
>> Signed-off-by: Alistair Francis
>> ---
>> scripts/runqemu | 3 +--
>> scri
Ok, I moved past that above error as well. I edited the image recipe, and
just commented out the packages that aren't ready for lib32 build yet.
Unfortunately, even when I build with lib32- -c populate_sdk,
the sysroots for armv7 aren't getting populated. Also, the environment
setup script does no
LICENSE did not change, only dates were changed
Rebases:
- 000-cross-compile.patch
- python-3.3-multilib.patch
Signed-off-by: Alejandro Hernandez
---
...on3-native_3.5.1.bb => python3-native_3.5.2.bb} | 7 +-
.../python/python3/000-cross-compile.patch | 38 +++
LICENSE did not change, only dates changed.
Rebases:
- debug.patch
- multilib.patch
Upstream:
- avoid_parallel_make_races_on_pgen.patch
Signed-off-by: Alejandro Hernandez
---
.../python/python-native/debug.patch | 17 ++--
.../python/python-native/multilib.patch| 9
LICENSE did not change, only dates were changed
Rebases:
- multilib.patch
- 01-use-proper-tools-for-cross-build.patch
Upstream:
- avoid_parallel_make_races_on_pgen.patch
- CVE-2016-5636.patch
Signed-off-by: Alejandro Hernandez
---
.../01-use-proper-tools-for-cross-build.patch | 40 ++
LICENSE did not change, only dates were changed
Upstream:
- use_packed_importlib.patch
- CVE-2016-5636.patch
Other patches were rebased on python3-natives patch
Signed-off-by: Alejandro Hernandez
---
.../python/{python3_3.5.1.bb => python3_3.5.2.bb} | 10
ctype's util.py needs subprocess
lang's inspect.py needs importlib.machinery
math's random.py needs crypt's hashlib
subprocess imports threading
Signed-off-by: Kyle Russell
---
meta/recipes-devtools/python/python-3.5-manifest.inc | 8
scripts/contrib/python/generate-manifest-3.5.py
On 3 August 2016 at 07:04, Fan Xin wrote:
> diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb
> b/meta/recipes-extended/ltp/ltp_20160510.bb
> similarity index 100%
> rename from meta/recipes-extended/ltp/ltp_20160126.bb
> rename to meta/recipes-extended/ltp/ltp_20160510.bb
>
As this recipe
The loop iterating over LICENSE_pn variables has never worked. In
addition, the LICENSE variable is supposed to contain all licenses
defined in LICENSE_pn variables. Thus, it is simpler just to use LICENSE
as the data we get is essentially the same.
[YOCTO #9499]
Signed-off-by: Markus Lehtonen
-
LICENSE should be a superset of all LICENSE_ values. That is,
LICENSE should contain all licenses and LICENSE_ can be used to
"filter" this on a per-package basis. LICENSE_ shouldn't contain
anything that isn't specified in LICENSE.
This patch implements simple checking of LICENSE_ values. It does
The first patch is actually unchanged, just re-sending it.
However, in the discussion on the patch there seemed to be some confusion
regarding the relation between LICENSE and LICENSE_ variables. Thus, I
decided to implement the second patch of this series which does basic
verification/sanity chec
On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote:
> On 1 August 2016 at 15:07, Bruce Ashfield wrote:
>
> > Not a large dependency, but it does bring to mind the question if this
> > could be conditional on the type of image being built ? via distro
> > feature, some other mechanism ?
> >
>
>
If exit status is 0 test is succesfull.
Signed-off-by: Catalin Enache
---
meta/recipes-support/libevent/libevent/run-ptest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libevent/libevent/run-ptest
b/meta/recipes-support/libevent/libevent/run-ptest
inde
On Tue, Aug 02, 2016 at 09:02:39PM +0100, Ross Burton wrote:
> Many BSPs don't have pointer calibration, so set ALLOW_EMPTY so the package
> still exists (for dependencies) even if there isn't a calibration file to
> package.
And what's the point of that empty package?
xinput-calibrator is alread
On 07/26/2016 06:56 PM, Jacob Kroon wrote:
* The kernel meta-data doesn't need to be distributed in the kernel source
package, so drop it
* Fix a typo
* Split long lines
Signed-off-by: Jacob Kroon
---
meta/recipes-kernel/linux/kernel-devsrc.bb | 10 +++---
1 file changed, 7 insertion
The output format was updated to match yocto ptest rules:
:
where the result can be PASS, FAIL, or SKIP, and the testname
can be any identifying string.
Signed-off-by: Li Wang
Signed-off-by: Mingli Yu
---
meta/recipes-support/lzo/lzo/run-ptest | 25 +
1 file changed, 25
The following changes since commit 986f7fbe37a48d050611f08f7160ed96755ac3dc:
foomatic-filters: Security fixes CVE-2015-8327 (2016-08-01 12:11:09 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/mode
http://cgit.openembedded.org/cgit.c
* The mode and owner info are saved in inode, hardlink won't change them,
so remove unneeded chmod() and chown().
* This can avoid the problem that when do_package re-run, the file's mode
maybe different if it is 0444 (changed to 0644 when re-run), this is
caused by pseudo adds 'w' on real file, a
Hi Ross,
>On 2 August 2016 at 21:10, Burton, Ross wrote:
>
> libxcalibrate0 was removed
>
>
> Also hopefully this package (xorg-lib/libxcalibrate) can be removed from
> oe-core.
>
> Will you be submitting these recipes to meta-oe just in case someone
> still wants them?
Ok, I wi
Hi,
>On Tue, Aug 02, 2016 at 09:10:27PM +0100, Burton, Ross wrote:
>
>On 12 July 2016 at 15:07, Maxin B. John wrote:
>
>>Remove xtscal in preference of xinput-calibrator
>
>
> Comparing two images build before and after this:
>
> changes to images/intel_corei7_64/glibc/core-image-sato-base
>
Signed-off-by: Fan Xin
---
.../libgcrypt/{libgcrypt_1.7.0.bb => libgcrypt_1.7.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgcrypt/{libgcrypt_1.7.0.bb =>
libgcrypt_1.7.2.bb} (14%)
diff --git a/meta/recipes-support/libgcrypt/libgcryp
Hi Ross,
On Tue, Aug 02, 2016 at 08:32:35PM +0100, Burton, Ross wrote:
>>On 12 July 2016 at 15:07, Maxin B. John wrote:
>>
>> -RRECOMMENDS_${PN} = "pointercal"
>>+RRECOMMENDS_${PN} = "pointercal-xinput"
>
>Does this actually work though?
Haven't tested this because of the spec
Signed-off-by: Fan Xin
---
meta/recipes-extended/procps/{procps_3.3.11.bb => procps_3.3.12.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/procps/{procps_3.3.11.bb => procps_3.3.12.bb}
(94%)
diff --git a/meta/recipes-extended/procps/procps_3.3.11.bb
The second version of this patch broke usage of externalsrc. The resason was
that while externalsrc.bbclass mangles do_unpack[cleandirs] flag in order to
make sure that the source directory is never wiped, it was not able to cope
with the complicated Python expression used in the flag value in v2 o
Make sure that we have a pristine source tree after do_unpack.
[YOCTO #9064]
Signed-off-by: Markus Lehtonen
---
meta/classes/base.bbclass | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 5d8e8d6.
36 matches
Mail list logo