ping. Any interest in this. Fixes an annoying bug for me: password-less
root logins are broken if image is readonly. If there's a better way I'm
happy to revise.
Thanks,
Philip
On 01/03/2015 06:52 PM, Philip Tricca wrote:
> The ssh_allow_empty_password function modifies the standard sshd_config
>
On Mon, Jan 19, 2015 at 12:16 PM, Christopher Larson
wrote:
> On Mon, Jan 19, 2015 at 11:52 AM, Christopher Larson
> wrote:
>
>> Changes from v1:
>>
>> - Drops the 'your responsibility' message, per Paul's request
>> - Pulls in sys.builtin_module_names from the host python for now
>> - Handles e
Honestly I can't recall anymore. I remember looking into this, as this has
been a long-standing annoyance, but I don't recall what the issues were.
I'm absolutely in favor of your pursuing this.
On Tue Jan 13 2015 at 2:08:08 AM Petter Mabäcker wrote:
> On 01/12/2015 04:53 PM, Paul Eggleton wrote
On Mon, Jan 19, 2015 at 11:52 AM, Christopher Larson
wrote:
> Changes from v1:
>
> - Drops the 'your responsibility' message, per Paul's request
> - Pulls in sys.builtin_module_names from the host python for now
> - Handles extra_requires both in requires.txt and setup.py. This is
> currently
>
This uses a standalone python script named `pythondeps` which now lives in
scripts. It supports scanning for provided packages and imported
modules/packages, the latter via the python ast. It's not perfect, and
obviously conditional imports and try/except import blocks are handled
naively, listing
Changes from v1:
- Drops the 'your responsibility' message, per Paul's request
- Pulls in sys.builtin_module_names from the host python for now
- Handles extra_requires both in requires.txt and setup.py. This is currently
implemented by a naive conversion of the optional features to
packagecon
- Handles distutils & setuptools.
- Supports pulling metadata from PKG-INFO, .egg-info, & setup.py (via two
different mechanisms).
- Doesn't handle python 3 yet.
Signed-off-by: Christopher Larson
---
scripts/lib/recipetool/create_buildsys_python.py | 560 +++
1 file changed
If we do not add some additional tests, we just get the core-image-minimal
tests which are only ping
Signed-off-by: Saul Wold
---
meta/recipes-extended/images/core-image-kernel-dev.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/images/core-image-kernel-dev.bb
b/m
perf was finally fixed for qemux86-64, python3 and kexec-tools-klibc got broken
http://www.openembedded.org/wiki/Bitbake_World_Status
== Failed tasks 2015-01-19 ==
INFO: jenkins-job.sh-1.1.0 Complete log available at
http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150119_173134.log
On 1/19/15 10:31 AM, Otavio Salvador wrote:
> On Sun, Jan 18, 2015 at 11:07 PM, Mark Hatle wrote:
>> On 1/18/15 4:55 PM, Yevhen Kyriukha wrote:
>>> I'm building RPM packages for ARM board.
>>> I'm getting packages generated for 3 architectures: all, raspberrypi,
>>> armv6hf_vfp.
>>> I can't instal
On Sun, Jan 18, 2015 at 11:07 PM, Mark Hatle wrote:
> On 1/18/15 4:55 PM, Yevhen Kyriukha wrote:
>> I'm building RPM packages for ARM board.
>> I'm getting packages generated for 3 architectures: all, raspberrypi,
>> armv6hf_vfp.
>> I can't install any of these packages with rpm as it uses "uname"
at-spi2-core tries to find the dbus-daemon binary and hard-codes this path in a
script. The first dbus-daemon it finds is the one in the target sysroot, so
explicitly pass the correct path.
Signed-off-by: Ross Burton
---
meta/recipes-support/atk/at-spi2-core_2.14.1.bb |2 +-
1 file changed,
Fix two QA warnings caused by setting the wrong user and group for
files installed in the destination directory on do_install task.
WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: user does not exist - using r
This patch fixes a crash in perl when using formatted strings @...
Signed-off-by: Gary Thomas
---
.../perl/perl-5.20.0/fix-FF_MORE-crash.patch| 21 +
meta/recipes-devtools/perl/perl_5.20.0.bb | 1 +
2 files changed, 22 insertions(+)
create mode 100644
met
Gentle ping on this.
On Wed, Jan 07, 2015 at 01:11:43PM +0100, Maxin B. John wrote:
> Fiedler Roman discovered that coreutils' parse_datetime() function
> has some flaws that may be exploitable if the date(1), touch(1),
> or potentially other programs, accept untrusted input for certain
> paramete
The tarballs of grub ship the files that are generated by autogen, so tarball
recipes don't need to depend on autogen-native (and thus guile-native).
Signed-off-by: Ross Burton
---
meta/recipes-bsp/grub/grub2.inc |2 +-
meta/recipes-bsp/grub/grub_git.bb |2 ++
2 files changed, 3 insert
curl 7.40.0 added support for the SMB/CIFS protocol. So provide
a PACKAGECONFIG option for smb.
Reported-by: Andre McCurdy
Signed-off-by: Maxin B. John
---
meta/recipes-support/curl/curl_7.40.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/curl/curl_7.40.0.bb
b/me
Hi,
On Fri, Jan 16, 2015 at 12:00:16PM -0800, Andre McCurdy wrote:
> On Fri, Jan 16, 2015 at 7:06 AM, Maxin B. John wrote:
> > Upgraded version include fixes for these CVE bugs:
> > 1. CVE-2014-8150
> > 2. CVE-2014-8151
> >
> > Signed-off-by: Maxin B. John
> > ---
> > meta/recipes-support/curl/
ping
On 12/25/2014 05:45 PM, Chong Lu wrote:
* Check that a BSP layer isn't making any changes when the layer is included
but MACHINE is not set to point to one of the conf/machine/*.conf that the
layer provides
* Check that a distribution layer isn't making any changes when the layer is
ping?
On 10-01-15 14:46, Mike Looijmans wrote:
From: Mike Looijmans
PV is the package version as we need it to be during the build. PKGV is the
final version as it ends up in the package, and defaults to PV.
The packager handled builds without PR-server by replacing the AUTOINC string
in PKG
20 matches
Mail list logo