[yocto] error: possibly undefined macro: PKG_CONFIG_SYSROOT_DIR

2018-03-01 Thread Abhishekh Awanti
Hi, I am trying to build the package "*harfbuzz-1.3.0" , *but i am getting the following configure error *Build Configuration:* *BB_VERSION= "1.22.0"* *BUILD_SYS = "x86_64-linux"* *NATIVELSBSTRING = "Ubuntu-14.04"* *TARGET_SYS= "arm-poky-linux-gnueabi"* *MACHINE

[yocto] Questions about udev rule and systemd-udev,relevant to mounting block device

2018-03-01 Thread Hongzhi, Song
Defect:     The exiting method of automount of udev in /oe-core/meta/ /is using /automount.rules/ which call /mount.sh/ that using //bin/mount/ to mount device. But systemd-udevd detaches /mount()/ operations done within the service from the rest of the system with MountFlag=slave, this mean

[yocto] [meta-java][PATCH] jdepend: give the downloaded file a reasonable name

2018-03-01 Thread André Draszik
From: André Draszik 2.9.1.zip in the 'downloads' folder will easily be overwritten... Signed-off-by: André Draszik --- recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend

Re: [yocto] error: possibly undefined macro: PKG_CONFIG_SYSROOT_DIR

2018-03-01 Thread Burton, Ross
That usually means that the recipe doesn't inherit pkgconfig, but as this is an oe-core recipe it should be doing this. Can you verify this, and if you can still reproduce it after deleting tmp/ then please attach the entire log.do_configure. Ross On 1 March 2018 at 10:21, Abhishekh Awanti wrot

[yocto] Yocto procedure to write generated image to hdd

2018-03-01 Thread Iván Castell
Hello forum. Working with 'rocko' yocto branch. Yocto generates .ext4, .hddimg and .wic images. I want to install the proper image to the HDD of my PC, in order to use it as my default Linux distro. I have been using the .wic image to boot from the USB pendrive until now, writing it to the USB us

Re: [yocto] error: possibly undefined macro: PKG_CONFIG_SYSROOT_DIR

2018-03-01 Thread Abhishekh Awanti
yeah the pkgconfig has been inherited. If i delete the tmp/ , again i have to recompile my whole build? Is tat you wanted to do me? Thanks and Regards, Abhishek Awanti Mob: +919620666017 On Thu, Mar 1, 2018 at 4:37 PM, Burton, Ross wrote: > That usually means that the recipe doesn't inherit pk

Re: [yocto] error: possibly undefined macro: PKG_CONFIG_SYSROOT_DIR

2018-03-01 Thread Burton, Ross
Assuming you don't delete sstate-cache then you won't need to rebuild anything. Ross On 1 March 2018 at 11:36, Abhishekh Awanti wrote: > yeah the pkgconfig has been inherited. > If i delete the tmp/ , again i have to recompile my whole build? Is tat > you wanted to do me? > > > Thanks and Regar

Re: [yocto] [meta-java][PATCH] jdepend: give the downloaded file a reasonable name

2018-03-01 Thread Maxin B. John
Hi, On Thu, Mar 01, 2018 at 10:46:01AM +, André Draszik wrote: > From: André Draszik > > 2.9.1.zip in the 'downloads' folder will easily be overwritten... > > Signed-off-by: André Draszik > --- > recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-03-01 Thread Laigui Qin
Hi Alex, Thanks for the explanation. It makes much more sense for the difference. BR, Mike At 2018-03-01 00:02:36, "Alexander Kanavin" wrote: >On 02/26/2018 04:14 PM, Laigui Qin wrote: >> I would like to think there is a well maintained Yocto/Poky repository >> somewhere in the world like

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Andreas Müller
On Fri, Jan 26, 2018 at 3:09 PM, Trevor Woerner wrote: > On Fri, Jan 26, 2018 at 3:43 AM, Martin Hundebøll > wrote: >> >> >> >> On 2018-01-26 04:51, Khem Raj wrote: >>> >>> >>> Secondly, I wonder how good is upstream mainline kernel for rpi now a >>> days, we could always have a mainline recipe a

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Zoran Stojsavljevic
*git://git.kernel.org/pub/scm/linux/kernel/git/bwh/linux-cip.git * True Real Time 4.4.112. Zoran ___ On Thu, Dec 14, 2017 at 2:58 AM, Sherif Omran wrote: > hey guys, > > any body tried the real time kernel? I get an error, i

[yocto] [auh][PATCH] Do not hardcode the location of tmp directory

2018-03-01 Thread Alexander Kanavin
Get it from bitbake instead. [YOCTO #12566] Signed-off-by: Alexander Kanavin --- upgradehelper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upgradehelper.py b/upgradehelper.py index 169e9ce..d868cde 100755 --- a/upgradehelper.py +++ b/upgradehelper.py @@ -602,9 +

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Paul Barker
On Thu, Mar 1, 2018 at 1:59 PM, Andreas Müller wrote: > Seems RPi.org made some progress on this[1]. > > If I only had some time left to give this a try... > > [1] https://github.com/raspberrypi/linux/issues/2244#issuecomment-369597357 > This looks great! I'd love to see a recipe for this added t

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Andrei Gherzan
On Thu, Mar 1, 2018 at 1:59 PM, Andreas Müller wrote: > On Fri, Jan 26, 2018 at 3:09 PM, Trevor Woerner > wrote: > > On Fri, Jan 26, 2018 at 3:43 AM, Martin Hundebøll > > wrote: > >> > >> > >> > >> On 2018-01-26 04:51, Khem Raj wrote: > >>> > >>> > >>> Secondly, I wonder how good is upstream ma

Re: [yocto] Yocto procedure to write generated image to hdd

2018-03-01 Thread Iván Castell
After writting the .hddimg file to a USB-pendrive I have mounted the pendrive to analyze contents in my laptop. It contains the following files: ./EFI/BOOT/grub.cfg ./EFI/BOOT/bootx64.efi ./initrd ./ldlinux.sys ./libcom32.c32 ./libutil.c32 ./rootfs.img ./startup.nsh

Re: [yocto] Yocto procedure to write generated image to hdd

2018-03-01 Thread Anuj Mittal
Hi, On 03/01/2018 07:20 PM, Iván Castell wrote: > Hello forum. > > Working with 'rocko' yocto branch. Yocto generates .ext4, .hddimg and > .wic images. I want to install the proper image to the HDD of my PC, in > order to use it as my default Linux distro. > > I have been using the .wic image to

[yocto] [PATCH] hostname.sh: remove warning for bashism

2018-03-01 Thread Ulf Samuelsson
The use of the environment variable HOSTNAME, triggers the checkbashisms script, so change HOSTNAME to LOCALHOST Signed-off-by: Ulf Samuelsson --- meta/recipes-core/initscripts/initscripts-1.0/hostname.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

Re: [yocto] [OE-core] Questions about udev rule and systemd-udev,relevant to mounting block device

2018-03-01 Thread Hongzhi, Song
Hi all, Does anyone have suggestion for me? Thanks. Hongzhi.Song On 2018年03月01日 18:35, Hongzhi, Song wrote: Defect:     The exiting method of automount of udev in /oe-core/meta/ /is using /automount.rules/ which call /mount.sh/ that using //bin/mount/ to mount device. But systemd-udevd

Re: [yocto] error: possibly undefined macro: PKG_CONFIG_SYSROOT_DIR

2018-03-01 Thread Khem Raj
On 3/1/18 2:21 AM, Abhishekh Awanti wrote: Hi, I am trying to build the package "/harfbuzz-1.3.0" , /but i am getting the following configure error your build seems to be a bit mixed, the baseline seems to be daisy based ( 1.6 ) but you are building harfbuzz which is introduced in morty (

Re: [yocto] Yocto procedure to write generated image to hdd

2018-03-01 Thread Iván Castell
2018-03-02 0:41 GMT+01:00 Anuj Mittal : > Hi, > > On 03/01/2018 07:20 PM, Iván Castell wrote: > > > > Is this the proper way to install the generated image in the hard disk? > > Maybe I am doing something wrong? > > Does the image boot up if you select 'boot'? I tested selecting 'boot' option an