[yocto] firefox

Edward Vidal vidal.develone at gmail.com
Sun Dec 8 10:52:18 PST 2013


Hello,
I am trying to add firefox to my build
cd meta-browser
git checkout -b dylan origin/dylan
Below is my bblayers.conf where I added meta-browser

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/vidal/POKY/dylan_build/poky/meta \
  /home/vidal/POKY/dylan_build/poky/meta-yocto \
  /home/vidal/POKY/dylan_build/poky/meta-browser \
  /home/vidal/POKY/dylan_build/poky/meta-oe/meta-oe \
  /home/vidal/POKY/dylan_build/poky/meta-oe/meta-multimedia \
  /home/vidal/POKY/dylan_build/poky/meta-xilinx \
  /home/vidal/POKY/dylan_build/poky/meta-xilinx/meta-kc705 \
  /home/vidal/POKY/dylan_build/poky/meta-xilinx/meta-zc702 \
  /home/vidal/POKY/dylan_build/poky/meta-xilinx/meta-zedboard \
  /home/vidal/POKY/dylan_build/poky/meta-yocto-bsp \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  /home/vidal/POKY/dylan_build/poky/meta \
  /home/vidal/POKY/dylan_build/poky/meta-yocto \
  "

 MACHINE=zedboard bitbake firefox
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 1717 entries from dependency cache.
Parsing recipes: 100% |#########################################| Time:
00:00:01
Parsing of 1348 .bb files complete (1253 cached, 95 parsed). 1716 targets,
50 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:

/home/vidal/POKY/dylan_build/poky/meta-browser/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
[vidal at ws009 build]$ less
../meta-browser/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend

[vidal at ws009 build]$ cat
../meta-browser/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend

DEPENDS += "nss"

CFLAGS += "-I${STAGING_INCDIR}/mozilla/nss"

I have a gnome-settings-daemon_2.32.1.bbappend file what would be causing
the error.
Any and all help will be appreciated.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20131208/f9a1ed5a/attachment.html>


More information about the yocto mailing list