[yocto] [meta-selinux][PATCH v2] busybox: fix usrmerge install

2018-07-20 Thread Ioan-Adrian Ratiu
If DISTRO_FEATURES contains usrmerge then busybox binaries are installed under /usr/bin not /bin so use ${base_bindir} to support both paths and avoid QA errors. Signed-off-by: Ioan-Adrian Ratiu --- recipes-core/busybox/busybox_selinux.inc | 7 --- 1 file changed, 4 insertions(+), 3

[yocto] [meta-selinux][PATCH] busybox: fix usrmerge install

2018-07-20 Thread Ioan-Adrian Ratiu
If DISTRO_FEATURES contains usrmerge then busybox binaries are installed under /usr/bin not /bin so use ${base_bindir} to support both paths and avoid QA errors. Signed-off-by: Ioan-Adrian Ratiu --- recipes-core/busybox/busybox_selinux.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

[yocto] [meta-selinux][PATCH] libsemanage.inc: add libsemanage-utils package

2018-06-18 Thread Ioan-Adrian Ratiu
From: Bill Pittman Making the package more granular by moving the python script into its own package and moving the python dependency from the top level package to the libsemanage-utils package. Signed-off-by: Bill Pittman --- recipes-security/selinux/libsemanage.inc | 4 +++- 1 file changed,

[yocto] [meta-selinux][PATCH 2/2] libsemanage: refresh patches to remove fuzz

2018-06-18 Thread Ioan-Adrian Ratiu
Recent versions of bitbake starting with sumo issue warnings if patches are applied with fuzz (in the future these will be errors). Regenerated patches using: devtool modify devtool finish --force-patch-refresh Signed-off-by: Ioan-Adrian Ratiu --- ...file-fix-includedir-in

[yocto] [meta-selinux][PATCH 1/2] libselinux: refresh patches to remove fuzz

2018-06-18 Thread Ioan-Adrian Ratiu
Recent versions of bitbake starting with sumo issue a warning if patches are applied with any fuzz (in the future it will be an errer). Patches were regenerated using: devtool modify devtool finish --force-patch-refresh Signed-off-by: Ioan-Adrian Ratiu --- ...file-fix-includedir-in

[yocto] [meta-mono][PATCH] layer.conf: define LAYERSERIES_COMPAT_mono = "sumo"

2018-06-12 Thread Ioan-Adrian Ratiu
Newer versions of bitbake require each layer to explicitely state their OE/Yocto release compatibility. The consensus is for each layer to use the latest released version codename for the master branch. Signed-off-by: Ioan-Adrian Ratiu --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions

[yocto] [meta-qt4][PATCH RESEND][pyro] qt4-native: depend on icu-native to fix build on systems with icu <=58

2017-08-25 Thread Ioan-Adrian Ratiu
/umachine.h:347:13: error: ‘char16_t’ does not name a type; did you mean ‘wchar_t’? | typedef char16_t UChar; | ^~~~ | wchar_t May have to do with our use of `-std=gnu98++`. Signed-off-by: Cody P Schafer Signed-off-by: Ioan-Adrian Ratiu --- recipes-qt4/qt4/qt4

[yocto] [meta-selinux][PATCH RESEND] libpcre_%.bbappend: add missing symlink libpcre.so.1

2016-10-31 Thread Ioan-Adrian Ratiu
reason why the lib is moved in the first place is to avoid a QA issue because there's a risk for /usr to be on another partition) Signed-off-by: Ioan-Adrian Ratiu --- recipes-support/libpcre/libpcre_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/libpcre/lib

[yocto] [meta-selinux][PATCH] libpcre_%.bbappend: add missing symlink libpcre.so.1

2016-10-05 Thread Ioan-Adrian Ratiu
reason why the lib is moved in the first place is to avoid a QA issue because there's a risk for /usr to be on another partition) Signed-off-by: Ioan-Adrian Ratiu --- recipes-support/libpcre/libpcre_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/libpcre/lib

[yocto] [meta-selinux][PATCH] libpcre_%.bbappend: add missing symlink libpcre.so.1

2016-10-05 Thread Ioan-Adrian Ratiu
reason why the lib is moved in the first place is to avoid a QA issue because there's a risk for /usr to be on another partition) Signed-off-by: Ioan-Adrian Ratiu --- recipes-support/libpcre/libpcre_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/libpcre/lib

Re: [yocto] [meta-mingw][PATCH 0/7] Updates for krogoth/master

2016-09-28 Thread Ioan-Adrian Ratiu
On Sat, 20 Aug 2016, Juro Bystricky wrote: > Krogoth recipes fail to cross-compile for Windows using meta-mingw layer. > In particular, the following should/used to work (jethro with meta-mingw > layer): > > SDKMACHINE="i686-mingw32" > MACHINE="qemux86" > TCLIBC="baremetal" > bitbake gcc-cross-ca

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
On Mon, 29 Aug 2016, Bruce Ashfield wrote: > On 2016-08-29 08:07 AM, Bruce Ashfield wrote: >> >> >> On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > <mailto:adrian.ra...@ni.com>> wrote: >> >> merge_configs.sh calls make on the generated kernel

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
On Mon, 29 Aug 2016, Bruce Ashfield wrote: > On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > wrote: > >> merge_configs.sh calls make on the generated kernel config from >> the defconfig + fragments to fill in any missing symbols. make >> can fail and this can lead

[yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
. Signed-off-by: Ioan-Adrian Ratiu --- tools/merge_config.sh | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/merge_config.sh b/tools/merge_config.sh index 67d1314..5212f37 100755 --- a/tools/merge_config.sh +++ b/tools/merge_config.sh @@ -152,7 +152,10 @@ fi

[yocto] [meta-mono][PATCH] recipies-mono: fix LIC_FILES_CHKSUM URI

2016-03-01 Thread Ioan-Adrian Ratiu
ned-off-by: Ioan-Adrian Ratiu --- recipes-mono/dbus-sharp-glib/dbus-sharp-glib.inc | 2 +- recipes-mono/dbus-sharp/dbus-sharp.inc | 2 +- recipes-mono/fsharp/fsharp.inc | 2 +- recipes-mono/gtk-sharp/gtk-sharp-native_2.12.21.bb | 2 +- recipes-mono/gtk-sharp/gtk-sha

Re: [yocto] lscpu command

2016-02-19 Thread Ioan-Adrian Ratiu
Hello On Fri, 19 Feb 2016 10:25:37 +0100 Supriti Singh wrote: > Hello, > > meta/recipes-core/util-linux should provide lscpu command. > > I created a core-image-sato image with meta layer. But when I boot yocto, > no lscpu command is present. > > I do see it in util-linux.inc but "google util

Re: [yocto] fortran in yocto

2016-02-08 Thread Ioan-Adrian Ratiu
Hi On Mon, 8 Feb 2016 08:19:53 + "Liubchynskyi, Stanislav (Nokia - PL/Wroclaw)" wrote: > Hi, > I want to add fortran support to yocto build. I try different way whitch > describe in the ethernet but enyone does't work. I use fido branch and gcc > 4.9. Can you describe me step by step how

[yocto] [meta-selinux 2/2] libselinux: backport procfs mount fix

2016-02-04 Thread Ioan-Adrian Ratiu
libselinux 20160107 ships this change (git commit id 9df49888) Signed-off-by: Ioan-Adrian Ratiu --- .../libselinux-mount-procfs-before-check.patch | 74 ++ recipes-security/selinux/libselinux_2.4.bb | 1 + recipes-security/selinux/libselinux_git.bb | 1

[yocto] [meta-selinux 1/2] audit: create audit-go package

2016-02-04 Thread Ioan-Adrian Ratiu
This version of audit installs go bindings which are not shipped and trigger QA warnings. Put them in their own package just like python. Signed-off-by: Ioan-Adrian Ratiu --- recipes-security/audit/audit_2.4.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes

Re: [yocto] yocto package naming

2015-12-22 Thread Ioan-Adrian Ratiu
Hi On Tue, 22 Dec 2015 10:40:18 +0100 Simon Ruetzler wrote: > Hello, > I want to create different packages from one recipe. > > This is working except for one package. > I addes this package with > PACKAGES += " ${PN}-demo" > and I expected that it is named with the recipe name and demo. In thi

Re: [yocto] yocto package naming

2015-12-22 Thread Ioan-Adrian Ratiu
t; > Am 22.12.2015 um 11:38 schrieb Ioan-Adrian Ratiu: > > Hi > > > > On Tue, 22 Dec 2015 10:40:18 +0100 > > Simon Ruetzler wrote: > > > >> Hello, > >> I want to create different packages from one recipe. > >> > >> This is

[yocto] [yocto-kernel-tools] configme: Error out loudly if merge_configs.sh fails

2015-08-04 Thread Ioan-Adrian Ratiu
If merge_configs.sh fails, then configme should error loudly and stop the build because this usually means the build will break somewhere else down the road. Signed-off-by: Ioan-Adrian Ratiu --- tools/configme| 6 ++ tools/merge_config.sh | 4 2 files changed, 10 insertions