[yocto] [meta-ivi] No recipes available for: meta-ivi/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend

Macario, Gianpaolo Gianpaolo_Macario at mentor.com
Mon Apr 8 06:44:20 PDT 2013


Hello

I am afraid I discovered a bug against the GENIVI Foton-0.1 Yocto Baseline.
I followed the instructions at http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/README.md?h=4.0

I suspect some misalignment between meta-ivi and poky SHA - however I believe I followed what the README.me says.

Thank you in advance for any help or suggestions!

Login as gmacario at mv-linux-powerhorse

mkdir $HOME/genivi-baseline
cd $HOME/genivi-baseline
git clone git://git.yoctoproject.org/poky
cd poky; git checkout d823759b4594143d522eae0b2a2498436a6dcb1e; cd -
git clone git://git.yoctoproject.org/meta-ivi
cd meta-ivi; git checkout 4.0; cd -

Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/README.md?h=4.0

Initialize Build Environment

source poky/oe-init-build-env
Backup configuration files (will hand edit them later on)

cp conf/bblayers.conf conf/bblayers.conf.ORIG
cp conf/local.conf conf/local.conf.ORIG
Edit conf/bblayers.conf

gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$ diff -uw conf/bblayers.conf.ORIG conf/bblayers.conf
--- conf/bblayers.conf.ORIG     2013-04-08 15:03:16.000000000 +0200
+++ conf/bblayers.conf  2013-04-08 15:07:59.000000000 +0200
@@ -6,6 +6,7 @@
 BBFILES ?= ""

 BBLAYERS ?= " \
+  /scratch/gmacario/genivi-baseline/meta-ivi \
   /scratch/gmacario/genivi-baseline/poky/meta \
   /scratch/gmacario/genivi-baseline/poky/meta-yocto \
   /scratch/gmacario/genivi-baseline/poky/meta-yocto-bsp \
gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$
Edit conf/local.conf

gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$ diff -uw conf/local.conf.ORIG conf/local.conf
--- conf/local.conf.ORIG        2013-04-08 15:04:43.000000000 +0200
+++ conf/local.conf     2013-04-08 15:11:26.000000000 +0200
@@ -17,12 +17,12 @@
 # These two options control how much parallelism BitBake should use. The first
 # option determines how many tasks bitbake should run in parallel:
 #
-#BB_NUMBER_THREADS = "4"
+BB_NUMBER_THREADS = "4"
 #
 # The second option controls how many processes make should run in parallel when
 # running compile tasks:
 #
-#PARALLEL_MAKE = "-j 4"
+PARALLEL_MAKE = "-j 4"
 #
 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
 # be appropriate for example.
@@ -48,7 +48,8 @@
 #MACHINE ?= "routerstationpro"
 #
 # This sets the default machine to be qemux86 if no other machine is selected:
-MACHINE ??= "qemux86"
+#MACHINE ??= "qemux86"
+MACHINE ??= "vexpressa9"

 #
 # Where to place downloads
@@ -63,6 +64,8 @@
 #
 #DL_DIR ?= "${TOPDIR}/downloads"

+INCOMPATIBLE_LICENSE = "GPLv3"
+
 #
 # Where to place shared-state files
 #
@@ -99,7 +102,7 @@
 # Ultimately when creating custom policy, people will likely end up subclassing
 # these defaults.
 #
-DISTRO ?= "poky"
+DISTRO ?= "poky-ivi-systemd"
 # As an example of a subclass there is a "bleeding" edge policy configuration
 # where many versions are set to the absolute latest code from the upstream
 # source control systems. This is just mentioned here as an example, its not
gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$
(2013-04-08 15:14 CEST)
Start the build

time bitbake foton-image
Result

gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$ time bitbake -k foton-image
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100% |#####################################################################################| Time: 00:00:19
Parsing of 828 .bb files complete (0 cached, 828 parsed). 1136 targets, 82 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
  /scratch/gmacario/genivi-baseline/meta-ivi/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

real    0m27.805s
user    2m37.490s
sys     0m4.904s
gmacario at mv-linux-powerhorse:/scratch/gmacario/genivi-baseline/build$

Cordiali Saluti / Best Regards

--
Gianpaolo Macario
Senior Member Technical Staff
Mentor Graphics - Linux Transportation Solutions
email: gianpaolo_macario at mentor.com
phone: +39-02-249894.208
http://www.mentor.com/ivi





More information about the yocto mailing list