[yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Anicic Damir (PSI)
Hi ! I am trying to build Yocto 2.1 for PowerPC64, e6500 CPU. I managed to build, with warnings that some steps will be postponed to first boot, but if I add "read-only-rootfs" then warnings change to errors. The problem seems to be missing qemu-ppc64, see down "exit code: 127". qemu-* executab

[yocto] meta-qt3 and meta-qt4

2016-06-15 Thread Anicic Damir (PSI)
Hi! By building core-image-lsb-sdk (or derivate) I get : WARNING: The meta-qt4 layer should be added, this layer provides Qt 4.xlibraries. Its intended use is for passing LSB tests as Qt4 isa requirement for LSB. WARNING: The meta-qt3 layer should be added, this layer provides Qt 3.xlibraries

[yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
Hi! I just realised that ntpd + ntpdate is not part of Yocto 2.1 I found http://layers.openembedded.org/layerindex/recipe/2299/ but how to get it? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
I am new to Yocto, so please explain a bit more. All I have done is: git clone -b krogoth git://git.yoctoproject.org/poky.git How do I now add layers ? Or can I somehow clone Yocto 2.1 with all layers ? Damir -- ___ yocto mailing list yocto@yoctop

[yocto] Yocto 2.1 perl problem

2016-06-21 Thread Anicic Damir (PSI)
Hi! Suddenly perl does not build any more (I did not have the problem in last two weeks). I did not change anything (my humble bitbake understanding) about perl. = Build Configuration: BB_VERSION= "1.30.0" BUILD_SYS

Re: [yocto] Yocto 2.1 perl problem

2016-06-21 Thread Anicic Damir (PSI)
Ah, I have even deleted everything (repo, downloads, build dir) and started from scratch.: git clone -b krogoth git://git.yoctoproject.org/poky.git add my meta-gfa/* source oe-init-build-env adjust local.conf + bblayers.conf bitbake core-image-psi-gfa-cmd --continue simple everything fro

Re: [yocto] Yocto 2.1 perl problem

2016-06-21 Thread Anicic Damir (PSI)
I found something. It seems that tar 1.29 (which I recently installed) is broken. http://patchwork.openembedded.org/patch/123727/ I'll try now with tar 1.28 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yoct

[yocto] Powerpc64e6500 missing altivec option

2016-06-24 Thread Anicic Damir (PSI)
Hi! When I built only poky, I had TUNE_FEATURES = "m64 fpu-hard e6500 altivec" and everything was built with -maltivec and environment-setup-ppc64e6500-poky-linux contained -m altivec: export CC="powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e6500 -maltivec --sysroot=$SDKTARGETSYSROOT

[yocto] qemu-qoriq

2016-06-28 Thread Anicic Damir (PSI)
Hi! For Yocto 2.1 I have added meta-fsl-ppc repo, added layer to bblayers.conf, but how to instruct bitbake to use fsl's qemu-qoriq instead of poky's qemu (and qemu-native) Regards, Damir -- ___ yocto mailing list yocto@yoctoproject.org https://list

[yocto] u-boot-mkimage in SDK

2016-08-31 Thread Anicic Damir (PSI)
Hi all, I have built Yocto 2.1, for PowerPC (E6500): Build Configuration: BB_VERSION= "1.30.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS= "powerpc-poky-linux" MACHINE = "powerpc-ppce6500" DISTRO= "gfa-ppce6500" DISTRO_VERS

[yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
Hi, Yocto 2.1: I had working setup, and wanted to rebuild. I am quite sure that I did not change anything, and suddenly it does not work any more: Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work. Please ensure your network is configured corre

Re: [yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
No, I have direct internet connection, no proxy needed (and was not needed before). Temporarily I use CONNECTIVITY_CHECK_URIS="" in local.conf That way it works again, but I would like to have better solution. After investigating little bit more, I see an error: Fetcher failure for URL: '

Re: [yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
Sorry, the error message is: DEBUG: checkstatus() urlopen failed: -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
This works: wget http://www.exampe.com/ --2016-09-14 14:42:23-- http://www.exampe.com/ Resolving www.exampe.com... 69.172.201.153 Connecting to www.exampe.com|69.172.201.153|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: “index.html.1”

Re: [yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
Ups, typo. It also works wget https://www.example.com/ --2016-09-14 14:58:03-- https://www.example.com/ Resolving www.example.com... 93.184.216.34, 2606:2800:220:1:248:1893:25c8:1946 Connecting to www.example.com|93.184.216.34|:443... connected. HTTP request sent, awaiting response... 200 OK Le

Re: [yocto] Fetcher failure

2016-09-14 Thread Anicic Damir (PSI)
Thanx all for a help, I have tested with: python -c 'import urllib2; print urllib2.urlopen. The problem was only with https protocol, http worked. The certificate was not accepted (SSL, as used by bitbake wget.py), but with TLS it worked. it turns out that something HAS changed in my sys

[yocto] Enable/disable service startup

2016-09-22 Thread Anicic Damir (PSI)
Hi, I am building Yocto 2.1 for PowerPC-64 I have bind and dhcpcd packages built in. named service (from bind) gets started - but I do not want it started dhcpcd service does not get started - but I would like to have it started I would also prefer not to remove bind, because I need dig (dig,

[yocto] Freescale DPAA drivers

2016-09-23 Thread Anicic Damir (PSI)
Hi, I am using Yocto 2.1, PowerPC64, default kernel 4.1.22 Building for T2080rdb. Everything builds, but kernel is missing DPAA Freescale drivers (dpaa_eth at least) It seems that DPAA Freescale drivers not in any Linux kernel (or am I wrong). Why is that so, is Freescale not planing to includ

[yocto] fetcher failure

2016-09-26 Thread Anicic Damir (PSI)
Hi, Yocto 2.1 Trying to switch from yocto default linux-yocto to freescale linux-qoriq but getting fetcher failure: $ bitbake core-image-psi-gfa-cmd NOTE: Unable to use interactive mode for this terminal, using fallback WARNING: Host distribution "Scientific-6.4" has not been validated with

Re: [yocto] fetcher failure

2016-09-27 Thread Anicic Damir (PSI)
Hi again, it seems no one has interests in my problem. I have the same problem with Ubuntu host build, too. What I see is that file gets downloaded several times, and then discarded for some reason. One of the last downloads (or the last one), does some git -c core.fsyncobjectfiles=0 fetch -

Re: [yocto] fetcher failure

2016-09-27 Thread Anicic Damir (PSI)
Why should I check, the meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_4.1.bb has SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ SRCREV = "bd51baffc04ecc73f933aee1c3a37c8b44b889a7" If that is wrong freescale should correct it. And besides, the downloaded file gets delete

Re: [yocto] fetcher failure

2016-09-27 Thread Anicic Damir (PSI)
If I understood properly, all I have to do is to change the line: -SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ with +SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ If that is so, it did not help. Attached the new log file. Damir log.do_fetc

Re: [yocto] fetcher failure

2016-09-27 Thread Anicic Damir (PSI)
This is anoying. My primary build host, ScientificLinux 6.4, it stil fails (error log in previous mail). But on my secondary build host,Ubuntu 16.04, it now succeeded. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/

Re: [yocto] fetcher failure

2016-09-27 Thread Anicic Damir (PSI)
hed folder from Ubuntu) From: Zhenhua Luo [zhenhua@nxp.com] Sent: Tuesday, September 27, 2016 11:44 To: Anicic Damir (PSI); Chris Z. Cc: yocto@yoctoproject.org Subject: RE: [yocto] fetcher failure I have submitted a patch for the fetch issue, can you please