[OE-core] [RFC] Escape unprintable characters

2023-09-30 Thread Bernhard . Guillon
Hi all, after watching "DEF CON 31 - Terminally Owned - 60 Years of Escaping - David Leadbeater" [1] I wrote this recipe to test our message behavior. SUMMARY = "Test escape sequences" DESCRIPTION = "Test escape sequences" LICENSE = "MIT" python do_compile() { bb.plain("\033[31;1;4mHello\03

[OE-core] [PATCH] populate_sdk_base.bbclass: allow $OECORE_NATIVE_SYSROOT in sdk_env_script

2013-07-04 Thread Bernhard . Guillon
From: Bernhard Guillon Only grep for 'OECORE_NATIVE_SYSROOT=' otherwise things like toolchain_create_sdk_env_script_append() { echo 'export MY_DIR_FOO=$OECORE_NATIVE_SYSROOT/my/dir/foo' >> $script } trigger the following error while executing

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Bernhard Guillon
On Thu, 22 Dec 2011, Martin Jansa wrote: See http://bugzilla.pokylinux.org/show_bug.cgi?id=1711 but it's still broken in some cases (on my buildhost 3 from 5 machines are broken, 2 are working after last opkg changes). Good test is to enable testlab and run this in your deploy/images director

[OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Bernhard Guillon
Hi all, we switched the way we chown /usr/libexec/dbus-daemon-launch-helper with this commit: commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 Author: Otavio Salvador Date: Fri Oct 21 02:49:51 2011 + dbus: use useradd class to allow use in read-only filesystems Move creation of re

[OE-core] [PATCH] update-rc.d.bbclass: override UPDATERCD for nativesdk

2011-12-15 Thread Bernhard Guillon
Override UPDATERCD for nativesdk. Without, update-rc.d is installed to /usr/sbin/update-rc.d with meta-toolchain if nativesdk recipe inherits update-rc.d. An example recipe for this is dbus. Signed-off-by: Bernhard Guillon --- meta/classes/update-rc.d.bbclass |2 ++ 1 files changed, 2

[OE-core] SPDX vs LICENSE field valid licenses

2011-12-15 Thread Bernhard Guillon
SE naming variations. So the valide license names for recipes are e.g. MPLv1 while the SPDX license is MPL-1. Why are we not using MPL-1 at the LICENSE field from recipes? Best regrads, Bernhard Guillon -- Scanned by MailScanner. ___ Openemb

[OE-core] [PATCH] liboil-0.3.17: add upstream Fix-enable-vfp-flag patch

2011-09-15 Thread Bernhard Guillon
s not support `fstmiad r0!,{d12,d13,d14,d15}' | math_vfp_asm.S:273: Error: selected processor does not support `fmxr fpscr,lr' | make[3]: *** [math_vfp_asm.lo] Error 1 Signed-off-by: Bernhard Guillon --- .../liboil-0.3.17/0001-Fix-enable-vfp-flag.patch | 39 meta/