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
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
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,
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
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
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
/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
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
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
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
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
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
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
.
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo