[yocto] [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'

2016-07-21 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-tpm/trousers/trousers_0.3.13.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-tpm/trousers/trousers_0.3.13.bb b/recipes-tpm/trousers/trousers_0.3.13.bb index e274972..6853f18 100644 --- a/recipes-tpm/trousers/trousers_0.3.1

[yocto] Is it possible to install *.deb file directly in the yocto platform?

2016-07-21 Thread 윤영석
hi, i just want to install some deb file, Is it possible? thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory

2016-07-21 Thread Simon Bolek
Hi Raj, Thank you. I have already tried this. I managed to start the USB installation by addding kernel-modules to core-image-minimal-initramfs.bb However after the installation, system will not boot up due to kernel panic: VFS: Cannot open root device "sda2" or unknown block (0,0) Please append

[yocto] populate_sdk and external toolchain

2016-07-21 Thread Manish Jaggi
I am trying to build sdk (using populate_sdk option). Toolchain being used is an external one. When I run bitbake core-image-minimal -c populate_sdk, I get the below error | checking for x86_64-pokysdk-linux-gcc... /home/manish/poky/build/tmp/work/x86_64-linux/gcc-crosssdk-initial-x86_64/5.2.0-

[yocto] [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver

2016-07-21 Thread Herve Jourdain
v4 series: a. rebased b. Upstream-Status added to the patch to the VC4 driver (needed only for kernel 4.4, accepted upstream in 4.7) v3 series: a. patch rebased b. new revision of kernel, to get a version of the VC4 graphics driver that handles render nodes c. patch to the VC4 driver to enable p

[yocto] [meta-raspberrypi][PATCH v4 01/12] rpi-default-providers.inc: change default providers to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 359870d..078e9d6 100644 --- a/conf/ma

[yocto] [meta-raspberrypi][PATCH v4 03/12] raspberrypi.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 72beeb8..df8194c 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -10,3 +10,5

[yocto] [meta-raspberrypi][PATCH v4 02/12] rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 47eb23b..aabc131 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.

[yocto] [meta-raspberrypi][PATCH v4 04/12] raspberrypi0.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi0.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index ccf9ae7..0df9121 100644 --- a/conf/machine/raspberrypi0.conf +++ b/conf/machine/raspberrypi0.conf @@ -6,3 +6

[yocto] [meta-raspberrypi][PATCH v4 05/12] raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index d50ef70..3f13dc0 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/machine/raspberrypi2.conf @@ -10,3 +

[yocto] [meta-raspberrypi][PATCH v4 06/12] raspberrypi3.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index cb6056e..438c6e6 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf @@ -9,3 +9

[yocto] [meta-raspberrypi][PATCH v4 07/12] rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-bsp/bootfiles/rpi-config_git.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 4bc8eb7..f610718 100644 --- a/recipes-bsp/bootfiles/rpi-

[yocto] [meta-raspberrypi][PATCH v4 08/12] wayland/weston_%.bbappend: modify configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/wayland/weston_%.bbappend | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index c3a7421..57b8079 100644 --- a/recipes-graphics/wayl

[yocto] [meta-raspberrypi][PATCH v4 09/12] weston/weston_%.bbappend: modify configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/weston/weston_%.bbappend | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend index 3ec311d..70f4360 100644 --- a/recipes-graphics

[yocto] [meta-raspberrypi][PATCH v4 10/12] mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 0

[yocto] [meta-raspberrypi][PATCH v4 11/12] linux-rpi.inc: add the configuration options required to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-rpi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index 4b65fc2..3eeefee 100644 --- a/recipes-kernel/linux/linux-rpi.inc +++ b/recipes-kernel

[yocto] [meta-raspberrypi][PATCH v4 12/12] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../0002-vc4-ioctl-rendering-allow.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi-4.4/0002-vc4-ioctl-rendering-a

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SDK. Looking at http://git.yocto

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 08:58 AM, Bruce Ashfield wrote: On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncur

Re: [yocto] [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 2:15 AM, Simon Bolek wrote: > Hi Raj, > Thank you. > I have already tried this. > > I managed to start the USB installation by addding > kernel-modules > to core-image-minimal-initramfs.bb > > However after the installation, system will not boot up due to kernel panic: > VF

Re: [yocto] [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 1:48 AM, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > recipes-tpm/trousers/trousers_0.3.13.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/recipes-tpm/trousers/trousers_0.3.13.bb > b/recipes-tpm/trousers/trousers_0.3.13.bb > i

Re: [yocto] Is it possible to install *.deb file directly in the yocto platform?

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 1:52 AM, 윤영석 wrote: > hi, > > > > i just want to install some deb file, Is it possible? > ​if the image has dpkg/apt installed, you _may_ be able to install however, keep in mind it does not hook into debian/ubuntu feeds for .deb packages but if you have generated feeds u

Re: [yocto] populate_sdk and external toolchain

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 2:18 AM, Manish Jaggi wrote: > I am trying to build sdk (using populate_sdk option). > Toolchain being used is an external one. > > When I run bitbake core-image-minimal -c populate_sdk, I get the below error > > | checking for x86_64-pokysdk-linux-gcc... > /home/manish/p

[yocto] U-boot tool/mkimage Signing / verified boot not supported (CONFIG_FIT_SIGNATURE undefined)

2016-07-21 Thread Bill zhang
Hi all, I want to use U-boot tool "mkimage" to sign images with RSA keys for secure boot, but the mkimage built from YOCTO v1.7 does not support options: -k,-K, when run command: ${mkimage} -D "${dtc}" -F -k dev-keys -K sandbox-u-boot.dtb \ -r test.fit >${tmp}, it failed, with usage() printed ou

[yocto] 'recipetool newappend' usage

2016-07-21 Thread Sai Pavan Boddu
Hi there, I am using recipetool for creating bbappend files for few existing recipes. I am not finding a good way get the bbappend file path from a layer. But I observer that, when I use "recipetool newappend" specifying recipes which are already has bbappends in a layer, I'm not warned or show

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Jacob Kroon
On Thu, Jul 21, 2016 at 3:06 PM, Bruce Ashfield wrote: > On 2016-07-21 08:58 AM, Bruce Ashfield wrote: >> >> On 2016-07-21 02:35 AM, Jacob Kroon wrote: >>> >>> On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield >>> wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: > > > Hi,

[yocto] [meta-raspberrypi] linux-raspberrypi versions

2016-07-21 Thread Paul Barker
Hi all, I'm planning to look at the linux-raspberypi recipes once I've had time to send V2 of my u-boot patches. I'd like to know people's thoughts on the available kernel versions in the meta-raspberrypi layer: Is anyone still using the linux-raspberrypi 3.18 recipe? The commit referenced in SRC

Re: [yocto] [meta-raspberrypi] linux-raspberrypi versions

2016-07-21 Thread Herve Jourdain
Hi Paul, I had the same line of thoughts... I believe 3.18 should be dropped, maybe even 4.1, default to 4.4, and maybe add 4.7 to the mix, since 4.7 seems to be where the bulk of the work is done now. Herve -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yo

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 10:24 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 3:06 PM, Bruce Ashfield wrote: On 2016-07-21 08:58 AM, Bruce Ashfield wrote: On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: H

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Burton, Ross
On 21 July 2016 at 22:51, Vijayakumar Badiger wrote: > /local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24: > fatal error: linux/sync.h: No such file or directory > compilation terminated. > make[2]: *** [libsync_la-sy

[yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
Hello all, I am facing error while integrating a new recipe in to my Yacto project. /local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24: fatal error: linux/sync.h: No such file or directory compilation terminated. mak

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Khem Raj
> On Jul 21, 2016, at 2:59 PM, Burton, Ross wrote: > > > On 21 July 2016 at 22:51, Vijayakumar Badiger > wrote: > /local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24: > fatal error:

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
I am trying to integrate the adb daemon by pulling in the userspace project from the android system/core. http://androidxref.com/6.0.1_r10/xref/system/core/ When we try to compile libsync I am getting this error. Can you pls let me know how to overcome this. Thanks. On Thu, Jul 21, 2016 at 3:08

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Khem Raj
> On Jul 21, 2016, at 3:34 PM, Vijayakumar Badiger > wrote: > > I am trying to integrate the adb daemon by pulling in the userspace project > from the android system/core. > http://androidxref.com/6.0.1_r10/xref/system/core/ > > When we tr

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
The sync driver is already ported in the kernel. I just need to get this compilation error fixed. I tried adding below change to kernel bb file but still I get that same error. PACKAGES =+ "kernel-headers" FILES_kernel-headers = "${KDIR}/usr/include" Cheers Vijay On Thu, Jul 21, 2016 at 4:11

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Khem Raj
> On Jul 21, 2016, at 5:20 PM, Vijayakumar Badiger > wrote: > > The sync driver is already ported in the kernel. I just need to get this > compilation error fixed. I tried adding below change to kernel bb file but > still I get that same error. > > PACKAGES =+ "kernel-headers" > FILES_kerne

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Paul Eggleton
On Thu, 21 Jul 2016 18:22:32 Khem Raj wrote: > > On Jul 21, 2016, at 5:20 PM, Vijayakumar Badiger > > wrote: > > > > The sync driver is already ported in the kernel. I just need to get this > > compilation error fixed. I tried adding below change to kernel bb file > > but still I get that same e

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 6:32 PM, Paul Eggleton wrote: > On Thu, 21 Jul 2016 18:22:32 Khem Raj wrote: >> > On Jul 21, 2016, at 5:20 PM, Vijayakumar Badiger >> > wrote: >> > >> > The sync driver is already ported in the kernel. I just need to get this >> > compilation error fixed. I tried adding b

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Paul Eggleton
On Thu, 21 Jul 2016 18:35:25 Khem Raj wrote: > On Thu, Jul 21, 2016 at 6:32 PM, Paul Eggleton > > wrote: > > On Thu, 21 Jul 2016 18:22:32 Khem Raj wrote: > >> > On Jul 21, 2016, at 5:20 PM, Vijayakumar Badiger > >> > > >> > wrote: > >> > > >> > The sync driver is already ported in the kernel.

Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Khem Raj
> On Jul 21, 2016, at 6:45 PM, Paul Eggleton > wrote: > > On Thu, 21 Jul 2016 18:35:25 Khem Raj wrote: >> On Thu, Jul 21, 2016 at 6:32 PM, Paul Eggleton >> >> wrote: >>> On Thu, 21 Jul 2016 18:22:32 Khem Raj wrote: > On Jul 21, 2016, at 5:20 PM, Vijayakumar Badiger > > wrote: >>>

[yocto] autotool __init_array_end not found

2016-07-21 Thread Takashi Matsuzawa
Hello Yocto. I am now trying to build autotool based (inherit autotool) recipe on Yocto 2.0 based environent. Howerver, I am seeng following error. I wonder if this is a known problem and you already have workaround? It says __init_array_end/start is not found which is referred in libc_nonshare