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
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
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
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
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
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
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
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
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
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
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
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: '
Sorry, the error message is:
DEBUG: checkstatus() urlopen failed:
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
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”
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
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
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,
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
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
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 -
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
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
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/
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
24 matches
Mail list logo