Hi all,

I'm trying to build Angstrom based on Yocto 1.4 'Dylan' for a SAMA5D3 board.

I have modified bblayers.conf:

BBLAYERS ?= " \
  /home/ubuntu/poky/meta-angstrom \
  /home/ubuntu/poky/meta-openembedded/meta-oe \
  /home/ubuntu/poky/meta-openembedded/meta-systemd \
  /home/ubuntu/poky/meta-atmel \
  /home/ubuntu/poky/meta \
  /home/ubuntu/poky/meta-yocto \
  /home/ubuntu/poky/meta-yocto-bsp \


I've also checked out what I believe to be the correct branches.

Inside meta-openembedded:

git checkout -b dylan origin/dylan


Inside meta-angstrom:

git checkout -b dylan origin/angstrom-v2013.06-yocto1.4


But the build fails with some missing recipes.

bitbake core-image-minimal
Loading cache: 100%
|#########################################################################################################|
ETA:  00:00:00Loaded 1662 entries from dependency cache.
NOTE:
['/home/ubuntu/poky/meta-angstrom/recipes-tweaks/gstreamer/gstreamer_0.10.36.bbappend']
to []
Parsing recipes: 100%
|#######################################################################################################|
Time: 00:00:03Parsing of 1298 .bb files complete (1275 cached, 23 parsed).
1660 targets, 55 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:

/home/ubuntu/poky/meta-angstrom/recipes-tweaks/libgnome/libgnome_2.32.1.bbappend
  /home/ubuntu/poky/meta-angstrom/recipes-core/systemd/systemd_206.bbappend

/home/ubuntu/poky/meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend
ERROR: Command execution failed: Exited with 1


When I inspect the directories where the files are missing, it looks like
I'm asking for older files than I should be. For example,
systemd_208.bbappend (but not systemd_206.bbappend) exists in
recipes-core/systemd/:
https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4/recipes-core/systemd

Can anyone see where I'm screwing up?

--
Brandon Stafford
Rascal Micro: small computers for art and science
Somerville, MA, USA
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to