* [PATCH 00/17] meta-core Dizzy next
@ 2015-03-30 16:41 Armin Kuster
2015-03-30 18:49 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2015-03-30 16:41 UTC (permalink / raw)
To: openembedded-core
please consider these changes for Dizzy next
The following changes since commit ec75238f6cc2d2d8d40e0268f6d2acc070cbe9a4:
Revert "file: Update CVE patch to ensure file gets built correctly" (2015-03-28 10:56:50 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
Aníbal Limón (1):
files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in
environment setup file
Bian Naimeng (1):
gcc-4.9: fix bug of 0056-top-level-reorder_gcc-bug-61144.patch
Bruce Ashfield (3):
linux-yocto/3.10: update to v3.10.65
linux-yocto/3.14: update to 3.14.29
linux-yocto/3.17: update to v3.17.8
Chen Qi (1):
package_manager.py: fix rootfs failure with multilib enabled
Enrico Scholz (1):
serf: fix 'ccache' builds
Martin Jansa (2):
xorg-driver: add x11 to required DISTRO_FEATURES
piglit: add x11 to required DISTRO_FEATURES
Patrick Ohly (2):
binconfig-disabled: try harder to prevent usage of config scripts
binconfig-disabled: install config scripts in sysroot
Richard Purdie (1):
gcc-target: Don't install target gcc libdir files
Robert Yang (2):
dpkg: add perl to RDEPENDS
which 2.18: fix SRC_URI
Ross Burton (2):
bitbake: tests/data: add test for incorrect remove behaviour
bitbake: data_smart: split expanded removal values when handling
_remove
Saul Wold (1):
linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
bitbake/lib/bb/data_smart.py | 3 +-
bitbake/lib/bb/tests/data.py | 7 ++++
meta/classes/binconfig-disabled.bbclass | 13 +++++++
meta/files/toolchain-shar-template.sh | 1 +
meta/lib/oe/package_manager.py | 5 ++-
meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
.../0056-top-level-reorder_gcc-bug-61144.patch | 42 ++++++++++------------
meta/recipes-devtools/gcc/gcc-target.inc | 9 +++++
meta/recipes-extended/which/which_2.18.bb | 2 +-
meta/recipes-graphics/piglit/piglit_git.bb | 4 ++-
.../xorg-driver/xorg-driver-common.inc | 4 ++-
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++---
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 8 ++---
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++-----
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++-----
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++-----
meta/recipes-support/serf/serf/env.patch | 28 +++++++++++++++
meta/recipes-support/serf/serf_1.3.7.bb | 8 ++---
21 files changed, 139 insertions(+), 79 deletions(-)
create mode 100644 meta/recipes-support/serf/serf/env.patch
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 00/17] meta-core Dizzy next
2015-03-30 16:41 [PATCH 00/17] meta-core Dizzy next Armin Kuster
@ 2015-03-30 18:49 ` Martin Jansa
2015-03-30 23:54 ` akuster808
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-03-30 18:49 UTC (permalink / raw)
To: Armin Kuster; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 3826 bytes --]
On Mon, Mar 30, 2015 at 09:41:05AM -0700, Armin Kuster wrote:
> please consider these changes for Dizzy next
>
> The following changes since commit ec75238f6cc2d2d8d40e0268f6d2acc070cbe9a4:
>
> Revert "file: Update CVE patch to ensure file gets built correctly" (2015-03-28 10:56:50 +0000)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
> http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
>
> Aníbal Limón (1):
> files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in
> environment setup file
>
> Bian Naimeng (1):
> gcc-4.9: fix bug of 0056-top-level-reorder_gcc-bug-61144.patch
>
> Bruce Ashfield (3):
> linux-yocto/3.10: update to v3.10.65
> linux-yocto/3.14: update to 3.14.29
> linux-yocto/3.17: update to v3.17.8
>
> Chen Qi (1):
> package_manager.py: fix rootfs failure with multilib enabled
>
> Enrico Scholz (1):
> serf: fix 'ccache' builds
>
> Martin Jansa (2):
> xorg-driver: add x11 to required DISTRO_FEATURES
> piglit: add x11 to required DISTRO_FEATURES
I don't feel very strongly about these, but without remaining
required DISTRO_FEATURES patches it doesn't buy much, maybe stage them
for a bit longer and then backport all of them in some next batch?
> Patrick Ohly (2):
> binconfig-disabled: try harder to prevent usage of config scripts
> binconfig-disabled: install config scripts in sysroot
IIRC this was breaking some recipes in other layers, I'm not sure if
it's worth it.
> Richard Purdie (1):
> gcc-target: Don't install target gcc libdir files
>
> Robert Yang (2):
> dpkg: add perl to RDEPENDS
> which 2.18: fix SRC_URI
>
> Ross Burton (2):
> bitbake: tests/data: add test for incorrect remove behaviour
> bitbake: data_smart: split expanded removal values when handling
> _remove
>
> Saul Wold (1):
> linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
>
> bitbake/lib/bb/data_smart.py | 3 +-
> bitbake/lib/bb/tests/data.py | 7 ++++
> meta/classes/binconfig-disabled.bbclass | 13 +++++++
> meta/files/toolchain-shar-template.sh | 1 +
> meta/lib/oe/package_manager.py | 5 ++-
> meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
> .../0056-top-level-reorder_gcc-bug-61144.patch | 42 ++++++++++------------
> meta/recipes-devtools/gcc/gcc-target.inc | 9 +++++
> meta/recipes-extended/which/which_2.18.bb | 2 +-
> meta/recipes-graphics/piglit/piglit_git.bb | 4 ++-
> .../xorg-driver/xorg-driver-common.inc | 4 ++-
> meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++---
> meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++---
> meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 ++--
> meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 ++--
> meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 8 ++---
> meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++-----
> meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++-----
> meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++-----
> meta/recipes-support/serf/serf/env.patch | 28 +++++++++++++++
> meta/recipes-support/serf/serf_1.3.7.bb | 8 ++---
> 21 files changed, 139 insertions(+), 79 deletions(-)
> create mode 100644 meta/recipes-support/serf/serf/env.patch
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 00/17] meta-core Dizzy next
2015-03-30 18:49 ` Martin Jansa
@ 2015-03-30 23:54 ` akuster808
0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2015-03-30 23:54 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On 03/30/2015 11:49 AM, Martin Jansa wrote:
> On Mon, Mar 30, 2015 at 09:41:05AM -0700, Armin Kuster wrote:
>> please consider these changes for Dizzy next
>>
>> The following changes since commit ec75238f6cc2d2d8d40e0268f6d2acc070cbe9a4:
>>
>> Revert "file: Update CVE patch to ensure file gets built correctly" (2015-03-28 10:56:50 +0000)
>>
>> are available in the git repository at:
>>
>> git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
>> http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
>>
>> Aníbal Limón (1):
>> files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in
>> environment setup file
>>
>> Bian Naimeng (1):
>> gcc-4.9: fix bug of 0056-top-level-reorder_gcc-bug-61144.patch
>>
>> Bruce Ashfield (3):
>> linux-yocto/3.10: update to v3.10.65
>> linux-yocto/3.14: update to 3.14.29
>> linux-yocto/3.17: update to v3.17.8
>>
>> Chen Qi (1):
>> package_manager.py: fix rootfs failure with multilib enabled
>>
>> Enrico Scholz (1):
>> serf: fix 'ccache' builds
>>
>> Martin Jansa (2):
>> xorg-driver: add x11 to required DISTRO_FEATURES
>> piglit: add x11 to required DISTRO_FEATURES
>
> I don't feel very strongly about these, but without remaining
> required DISTRO_FEATURES patches it doesn't buy much, maybe stage them
> for a bit longer and then backport all of them in some next batch?
that sounds good.
>
>> Patrick Ohly (2):
>> binconfig-disabled: try harder to prevent usage of config scripts
>> binconfig-disabled: install config scripts in sysroot
>
> IIRC this was breaking some recipes in other layers, I'm not sure if
> it's worth it.
ok. easy enough to drop
thanks,
Armin
>
>> Richard Purdie (1):
>> gcc-target: Don't install target gcc libdir files
>>
>> Robert Yang (2):
>> dpkg: add perl to RDEPENDS
>> which 2.18: fix SRC_URI
>>
>> Ross Burton (2):
>> bitbake: tests/data: add test for incorrect remove behaviour
>> bitbake: data_smart: split expanded removal values when handling
>> _remove
>>
>> Saul Wold (1):
>> linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
>>
>> bitbake/lib/bb/data_smart.py | 3 +-
>> bitbake/lib/bb/tests/data.py | 7 ++++
>> meta/classes/binconfig-disabled.bbclass | 13 +++++++
>> meta/files/toolchain-shar-template.sh | 1 +
>> meta/lib/oe/package_manager.py | 5 ++-
>> meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
>> .../0056-top-level-reorder_gcc-bug-61144.patch | 42 ++++++++++------------
>> meta/recipes-devtools/gcc/gcc-target.inc | 9 +++++
>> meta/recipes-extended/which/which_2.18.bb | 2 +-
>> meta/recipes-graphics/piglit/piglit_git.bb | 4 ++-
>> .../xorg-driver/xorg-driver-common.inc | 4 ++-
>> meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++---
>> meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 ++--
>> meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 ++--
>> meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 8 ++---
>> meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++-----
>> meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++-----
>> meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++-----
>> meta/recipes-support/serf/serf/env.patch | 28 +++++++++++++++
>> meta/recipes-support/serf/serf_1.3.7.bb | 8 ++---
>> 21 files changed, 139 insertions(+), 79 deletions(-)
>> create mode 100644 meta/recipes-support/serf/serf/env.patch
>>
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-30 23:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 16:41 [PATCH 00/17] meta-core Dizzy next Armin Kuster
2015-03-30 18:49 ` Martin Jansa
2015-03-30 23:54 ` akuster808
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox