|
Re: meta-openembedded maintainer ship change.
Thanks Armin for all the work.
Thanks Khem
-Manju
Thanks Armin for all the work.
Thanks Khem
-Manju
|
By
Manjukumar Harthikote Matha
·
#111924
·
|
|
Re: [PATCH] qemuwrapper-cross: fix postinst failed warning
On 05/30/2018 06:12 PM, Alexander Kanavin wrote:
yes, thanks for your comments.
Changqing
-- BRsSandy(Li Changqing)+861084778653
On 05/30/2018 06:12 PM, Alexander Kanavin wrote:
yes, thanks for your comments.
Changqing
-- BRsSandy(Li Changqing)+861084778653
|
By
Changqing Li
·
#111920
·
|
|
[PATCH] dropbear: drop run time detection of read-only rootfs
Previously, when dropbear was started via its init script, relocation
of DROPBEAR_RSAKEY_DIR to support read-only rootfs was handled at
run time from within the init script.
Update the init script to
Previously, when dropbear was started via its init script, relocation
of DROPBEAR_RSAKEY_DIR to support read-only rootfs was handled at
run time from within the init script.
Update the init script to
|
By
Andre McCurdy
·
#111919
·
|
|
[PATCH 7/7] meson: enable nativesdk
Currently, we can't build meson into SDKs because we don't autogenerate
the required meson.cross file.
Enable this by using the post-relocate hooks and generating a
meson.cross file based on the SDK
Currently, we can't build meson into SDKs because we don't autogenerate
the required meson.cross file.
Enable this by using the post-relocate hooks and generating a
meson.cross file based on the SDK
|
By
Martin Kelly
·
#111914
·
|
|
[PATCH 6/7] meson: handle exe wrappers
Add patches to enable meson to handle being wrapped with a shell script. This
will enable us to do so for supporting the SDK, which requires us to setup env
vars and point to a meson.cross file
Add patches to enable meson to handle being wrapped with a shell script. This
will enable us to do so for supporting the SDK, which requires us to setup env
vars and point to a meson.cross file
|
By
Martin Kelly
·
#111923
·
|
|
[PATCH 5/7] toolchain-shar-extract: pass env to post-relocate
It's useful for the post-relocate scripts to be able to see the SDK
environment, for example to see the values of CC, CXX etc. in order to
dynamically generate toolchain files.
To enable this, source
It's useful for the post-relocate scripts to be able to see the SDK
environment, for example to see the values of CC, CXX etc. in order to
dynamically generate toolchain files.
To enable this, source
|
By
Martin Kelly
·
#111918
·
|
|
[PATCH 4/7] toolchain-shar-extract: print post-relocate error
Currently, if a post-relocate script fails, it fails silently. We should
be louder about this, as it likely indicates a broken SDK.
Print a message if a post-relocate script fails.
Signed-off-by:
Currently, if a post-relocate script fails, it fails silently. We should
be louder about this, as it likely indicates a broken SDK.
Print a message if a post-relocate script fails.
Signed-off-by:
|
By
Martin Kelly
·
#111916
·
|
|
[PATCH 3/7] toolchain-shar-extract: allow non-sh post-relocate
Currently, we look only for scripts matching *.sh, which means we can't
write post-relocate scripts in other languages.
Expand this to allow any type of script.
Signed-off-by: Martin Kelly
Currently, we look only for scripts matching *.sh, which means we can't
write post-relocate scripts in other languages.
Expand this to allow any type of script.
Signed-off-by: Martin Kelly
|
By
Martin Kelly
·
#111915
·
|
|
[PATCH 2/7] nativesdk-python*: suppress user site dirs
Currently, $HOME/.local is being added into sys.path in the Python SDK
causing subtle host contamination. Suppress this by exporting
PYTHONNOUSERSITE = "1" as documented in PEP 370.
This issue
Currently, $HOME/.local is being added into sys.path in the Python SDK
causing subtle host contamination. Suppress this by exporting
PYTHONNOUSERSITE = "1" as documented in PEP 370.
This issue
|
By
Martin Kelly
·
#111917
·
|
|
[PATCH 1/7] meson.bbclass: refactor native override
The native override is specified in two different places, so let's move
it into a function to reduce code duplication.
Signed-off-by: Martin Kelly <mkelly@...>
---
meta/classes/meson.bbclass |
The native override is specified in two different places, so let's move
it into a function to reduce code duplication.
Signed-off-by: Martin Kelly <mkelly@...>
---
meta/classes/meson.bbclass |
|
By
Martin Kelly
·
#111922
·
|
|
[PATCH 0/7] meson: implement nativesdk support
This patch series implements nativesdk support fer meson. In order to do so, it
adds a few features to the toolchain-shar-extract functionality, which enables a
script to run prior to the SDK being
This patch series implements nativesdk support fer meson. In order to do so, it
adds a few features to the toolchain-shar-extract functionality, which enables a
script to run prior to the SDK being
|
By
Martin Kelly
·
#111921
·
|
|
[PATCH] kernel-uimage.bbclass: introduce UBOOT_MKIMAGE_COMMANDS
From: Ming Liu <liu.ming50@...>
It allows the end users to be able to override it to set their own
customized mkimage commands instead of a fixed uboot-mkimage command
with fixed
From: Ming Liu <liu.ming50@...>
It allows the end users to be able to override it to set their own
customized mkimage commands instead of a fixed uboot-mkimage command
with fixed
|
By
Ming Liu
·
#111913
·
|
|
[PATCH] kernel-uimage.bbclass: use boolean to check KEEPUIMAGE
From: Ming Liu <liu.ming50@...>
It now accepts yes/on/1 as positive values.
Signed-off-by: Ming Liu <liu.ming50@...>
---
meta/classes/kernel-uimage.bbclass | 6 +++---
1 file changed, 3
From: Ming Liu <liu.ming50@...>
It now accepts yes/on/1 as positive values.
Signed-off-by: Ming Liu <liu.ming50@...>
---
meta/classes/kernel-uimage.bbclass | 6 +++---
1 file changed, 3
|
By
Ming Liu
·
#111912
·
|
|
Re: [PATCH v2 4/5] bitbake.conf: include ASNEEDED in TARGET_LDFLAGS directly
If they have new enough binutils it should not be an issue. but I dont know
if there are such SDKs out there, thats where external toolchain makers can
help. Otherwise we can assume its fine.
If they have new enough binutils it should not be an issue. but I dont know
if there are such SDKs out there, thats where external toolchain makers can
help. Otherwise we can assume its fine.
|
By
Khem Raj
·
#111911
·
|
|
Re: [PATCH v2 4/5] bitbake.conf: include ASNEEDED in TARGET_LDFLAGS directly
External toolchains can easily over-ride ASNEEDED if they need to.
When was --as-needed first added to gnu ld? Do you know of an external
toolchain which might not support it?
External toolchains can easily over-ride ASNEEDED if they need to.
When was --as-needed first added to gnu ld? Do you know of an external
toolchain which might not support it?
|
By
Andre McCurdy
·
#111910
·
|
|
Re: [PATCH] busybox: Enable FEATURE_MOUNT_NFS and use libtirpc
According to the busybox config help, CONFIG_FEATURE_MOUNT_NFS is only
required for kernel versions before 2.6.23. Do we officially support
kernels that old in oe-core? Or should this be in a
According to the busybox config help, CONFIG_FEATURE_MOUNT_NFS is only
required for kernel versions before 2.6.23. Do we officially support
kernels that old in oe-core? Or should this be in a
|
By
Andre McCurdy
·
#111909
·
|
|
Re: [PATCH] busybox: Fix zlma segfaults
The patch seems to be corrupt.
The patch seems to be corrupt.
|
By
Khem Raj
·
#111908
·
|
|
Re: [PATCH 2/3] qemu: upgrade to 2.12.0
Yep, after adding opengl it builds. I can't reproduce any hangs with
QEMU 2.12 on top of master. Are there other patches as well that are
contributing?
Alistair
Yep, after adding opengl it builds. I can't reproduce any hangs with
QEMU 2.12 on top of master. Are there other patches as well that are
contributing?
Alistair
|
By
Alistair Francis
·
#111907
·
|
|
[PATCH] busybox: Fix zlma segfaults
- fix multiple lzma segmentation faults
- patch includes multiple fixing commits with tests-cases
Signed-off-by: Andrej Valek <andrej.valek@...>
---
- fix multiple lzma segmentation faults
- patch includes multiple fixing commits with tests-cases
Signed-off-by: Andrej Valek <andrej.valek@...>
---
|
By
Andrej Valek
·
#111906
·
|
|
[poky][PATCH] systemd: resolved linked even if the option is disabled
---------- Forwarded message ----------
From: nick83ola <nick83ola@...>
Date: 30 May 2018 at 14:24
Subject: [poky][PATCH] systemd: resolved linked even if the option is disabled
To:
---------- Forwarded message ----------
From: nick83ola <nick83ola@...>
Date: 30 May 2018 at 14:24
Subject: [poky][PATCH] systemd: resolved linked even if the option is disabled
To:
|
By
Nicola Lunghi
·
#111905
·
|