[yocto] [PATCH 3/3] mc: unify curses initialization

2017-08-17 Thread Hongxu Jia
Since ncurses upgraded to 6.0+20170715, it compile failed ... | ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c: In function 'tty_init': | ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c:163:13: error: dereferencing pointer to incomplete type 'TERMINAL {aka struct term}' | cur_term->Nttyb.c_cc[VINTR] = CT

[yocto] [PATCH 2/3] Revert "mc: Drop from meta-gplv2 as incompatible with newer ncurses versions"

2017-08-17 Thread Hongxu Jia
This reverts commit ec80d2cac67a952b06ed27fbd4d71f17641e9a7c. Signed-off-by: Hongxu Jia --- recipes-extended/mc/mc/mc-CTRL.patch | 31 recipes-extended/mc/mc_4.7.5.2.bb| 47 2 files changed, 78 insertions(+) create mode 100644 re

[yocto] [PATCH 1/3] Revert "layer.conf: Remove mc from packagegroup-core-full-cmdline-utils"

2017-08-17 Thread Hongxu Jia
This reverts commit 73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea. Signed-off-by: Hongxu Jia --- conf/layer.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5c373a8..f5601bb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,5 +13,3 @@ BBFILE_PR

[yocto] [meta-gplv2][PATCH 0/3] fix mc compile failure while ncurses upgraded

2017-08-17 Thread Hongxu Jia
The following changes since commit 73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea: layer.conf: Remove mc from packagegroup-core-full-cmdline-utils (2017-08-17 17:37:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-gplv2-mc http:/

[yocto] toolchain from meta-mingw gets error x86_64-poky-linux-gcc: error: CreateProcess: No such file or directory

2017-08-17 Thread Wang, Yang Y
I'm using Yocto krogoth and meta-mingw to build the meta-toolchain for windows system. The build is quite smooth. I extract the built toolchain poky-glibc-x86_64-meta-toolchain-core2-64-toolchain-2.1.tar.xz on windows to c:/yocto2.1 However when I try to run a simple build from windows cmd conso

[yocto] why do we get do_configure() fuction fail

2017-08-17 Thread mohammed aqdam
root@pcz-ee207837-2:/u/my_poky/poky-2/poky/build# bitbake -k rpi-basic-image Loading cache: 100% |#| Time: 0:00:01 Loaded 2716 entries from dependency cache. NOTE: Res

Re: [yocto] dd to nand flash chip?

2017-08-17 Thread Riko
Here's the boot messages : === VFS: PARTUUID= is invalid. Expected PARTUUID=[/PARTNROFF=%d] Disabling rootwait; root= is invalid. VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6 Please append a correct "root=" boot option; here are the available partitions: 0100

Re: [yocto] dd to nand flash chip?

2017-08-17 Thread Riko Ho
How can I edit boot loader command prompt ? On Aug 17, 2017 10:07 PM, "Leonardo Sandoval" < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote: > > Dear Yocto Team Members, > > > > I tried to dd *.wic to nand flash but always got kernel panic, it

Re: [yocto] some issues with current poky master

2017-08-17 Thread Markus Volk
> After sucessful build of the Image, my .iso has 38MB in size and seems to be > missing the entire rootfs > The created hddimg has the right size of 4,3GB, but when i write it onto an > usb drive (tried dd and gnome-disk-utility) it ends up with a big /boot > partiton containing only the boo

[yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-17 Thread Amanda Brindle
Before, if a user edited a layer's name, they would be redirected to a url utilizing the old name and then receive a 404 Page not found error. Now, the url utilizes the new name. Fixes [YOCTO #11932] Signed-off-by: Amanda Brindle --- layerindex/views.py | 4 1 file changed, 4 insertions(+)

[yocto] [ANNOUNCEMENT] meta-intel 8.0 for Yocto Project "rocko" 2.4_M2 (Milestone 2) now available

2017-08-17 Thread Tracy Graydon
All, The meta-intel 8.0 layer for the Yocto Project 2.4 Milestone 2 “rocko" release is now available. repo: git://git.yoctoproject.org/meta-intel branch: master tag: 8.0-rocko-2.4_M2 hash: 0d32b245e44574a612b9b48789498a78d80e9098 download: http://downloads.yoctoproject.org/releases/yocto/milest

Re: [yocto] [php7] packageconfig apache2 error

2017-08-17 Thread Andre McCurdy
On Thu, Aug 17, 2017 at 1:55 AM, idealsim wrote: > Hi i would like to add modphp to my image (pyro branch). For this i add this > to my local.conf : > > PACKAGECONFIG_append_pn-php = "apache2 pam" > IMAGE_INSTALL_append = "\ > apache2 \ > php \ > php-cli \ > " Slightly off topic, but you should i

Re: [yocto] [php7] packageconfig apache2 error

2017-08-17 Thread Khem Raj
On 8/17/17 1:55 AM, idealsim wrote: > Hi i would like to add modphp to my image (pyro branch). For this i add > this to my local.conf : > > PACKAGECONFIG_append_pn-php = "apache2 pam" > IMAGE_INSTALL_append = "\ > apache2 \ > php \ > php-cli \ > " > > But during the build of php (7.1.0 by defau

[yocto] Checking out code from svn

2017-08-17 Thread John O'Sullivan
Hi, This worked for me PACKAGE="myapp" SRC_URI = "${SVN_ROOT}/path_to_module/;module=${PACKAGE};protocol=svn;rev=HEAD" where SVN_ROOT is something like SVN_ROOT = "svn://10.10.10.xx" Hi, I am looking for some help with incorporating a svn check out into a recipe. The current syntax I ar

Re: [yocto] dd to nand flash chip?

2017-08-17 Thread Leonardo Sandoval
On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote: > Dear Yocto Team Members, > > I tried to dd *.wic to nand flash but always got kernel panic, it can > not find rootfs > when I dd the same file to sd card, it worked. > from the bootloader command prompt, you may need to change the root kernel p

Re: [yocto] [meta-oracle-java][PATCH v2] oracle-java: create directory before creating links

2017-08-17 Thread Maxin B. John
Hi, On Thu, Aug 17, 2017 at 08:36:32AM +0200, Jan Remmet wrote: > if bindir directory doesn't exists the link is created wrongly: > > file -b > tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin > symbolic link to > `/home/yoc

[yocto] dd to nand flash chip?

2017-08-17 Thread Riko Ho
Dear Yocto Team Members, I tried to dd *.wic to nand flash but always got kernel panic, it can not find rootfs when I dd the same file to sd card, it worked. I copy only *.wic file to usb drive n dd it. Do I need the whole directory of images for dd? or I need hddimg? Regards, Riko -- _

Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Dr . Matthias Schöpfer
Hi Paul et al, i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail: matthias.schoep...@ithinx.io On 08/17/2017 12:00 PM, Paul Eggleton wrote: > Which package backend (rpm / ipk / deb) ? its rpm. Regards,

Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Paul Eggleton
On Thursday, 17 August 2017 9:55:09 PM NZST Dr. Matthias Schöpfer wrote: On 08/17/2017 11:27 AM, Paul Eggleton wrote: > > On Thursday, 17 August 2017 8:43:41 PM NZST Dr. Matthias Schöpfer wrote: > >> Here is my problem, maybe I misunderstood something. I have a library > >> recipe, lets name it fo

Re: [yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-17 Thread Paul Eggleton
Hi Amanda, Thanks - a few issues noted below. On Tuesday, 15 August 2017 10:50:56 AM NZST Amanda Brindle wrote: > Before, if a user edited a layer's name, they would be redirected > to a url utilizing the old name and then receive a 404 Page not > found error. Now, the url utilizes the new name.

Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Dr . Matthias Schöpfer
Hi Paul et al, i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail: matthias.schoep...@ithinx.io On 08/17/2017 11:27 AM, Paul Eggleton wrote: > Hi Matthias, > > On Thursday, 17 August 2017 8:43:41 PM NZST Dr.

Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Paul Eggleton
Hi Matthias, On Thursday, 17 August 2017 8:43:41 PM NZST Dr. Matthias Schöpfer wrote: > Here is my problem, maybe I misunderstood something. I have a library > recipe, lets name it foo, that DEPENDS on mosquitto from > meta-intel-iot-middleware. I added a RDEPENDS_${PN} += " libmosquitto1 > ", as

[yocto] [php7] packageconfig apache2 error

2017-08-17 Thread idealsim
Hi i would like to add modphp to my image (pyro branch). For this i add this to my local.conf : PACKAGECONFIG_append_pn-php = "apache2 pam" IMAGE_INSTALL_append = "\ apache2 \ php \ php-cli \ " But during the build of php (7.1.0 by default in pyro) i have this error during install : /| /med

[yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Dr . Matthias Schöpfer
Hi yocto community! Here is my problem, maybe I misunderstood something. I have a library recipe, lets name it foo, that DEPENDS on mosquitto from meta-intel-iot-middleware. I added a RDEPENDS_${PN} += " libmosquitto1 ", as the mosquitto package adds this extra package for the mosquitto library, t

Re: [yocto] Apt-get is not working...

2017-08-17 Thread Miguel Aveiro
Well, I think you're missing the point of using Yocto. The idea is to create your own distribution and manage it yourself...so don't expect a mainstream Yocto apt repository for your target machine (RPi). You can either include those missing libraries on your build and reflash your RPi or set up a

[yocto] some issues with current poky master

2017-08-17 Thread Markus Volk
Hello, yesterday i tried building an image using the current poky master branch. I had some issues, not sure which of them are homemade but i´d like to share anyway for mesa package_qa fails with: ERROR: mesa-2_17.1.5-r0 do_package_qa: QA Issue: package libxatracker contains bad RPATH /home