> On Sep 6, 2015, at 7:40 PM, Trevor Woerner wrote:
>
> I can't explain why, but when I build "core-image-minimal" for
> MACHINE=raspberrpi2 I get the following SD creation error:
>
which shell do you use for /bin/sh
>ERROR: Error: The image creation script
>
> '/z/layerindex-master/r
On 09/07/15 03:21, Khem Raj wrote:
>> On Sep 6, 2015, at 7:40 PM, Trevor Woerner wrote:
>>
>> I can't explain why, but when I build "core-image-minimal" for
>> MACHINE=raspberrpi2 I get the following SD creation error:
>>
> which shell do you use for /bin/sh
$ ls -l /bin/sh
lrwxrwxrwx 1 root root
[YOCTO: #7703]
Added buildset-config.iot-devkit/*. This buildset uses the following
repos/branches:
poky: dizzy
meta-intel-iot-devkit: master
meta-intel-iot-middleware: dizzy
meta-intel-quark: dizzy
meta-intel-galileo: dizzy
meta-openembedded: dizzy
And builds the following images:
iot-devkit-
Hi,
I am trying to build the VAR-SOM-AM33 Yocto image and I get the
following error:
| ERROR: oe_runmake failed
| WARNING: Can't find stubs-32.h, but usually need it to build
32-bit libpseudo.
| WARNING: If the build fails, install 32-bit developer packages.
| WARNING: If you are using 32-bit b
Hi Divya,
May be you can go through this script and find out what is wrong:
meta-selinux/recipes-security/selinux/selinux-config/
*selinux-init.sh*
//Gaurang Shastri
On Sun, Sep 6, 2015 at 11:11 PM, Divya Vyas wrote:
> Hi,
>
> Hi,
>
> I am getting this error while booting the selinux enabled
I saw such behavior in 'expr' when I upgraded bash 3.1 - it started printing
floats instead of integers.
You can solve it using awk's OFMT: awk '{OFMT="%.0f";print $1}'
Michael
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of
Hi Gaurang,
I tried to debug the script and found that root filesystem was mounting as
read-only mode which is preventing to label the filesystem.
Is this script calling when root filesystem is mounted ro mode? My fstab is
default one. For a workaround I added a remount in rw mode step in
selinux