Error during bitbake

Hi,

I think I managed to update the Open Embedded files from 2.7b1 to 2.7b3, as desribed with this:
repo init -b LinuxImageV2.7

repo sync.

At least I get no problems with it so far. Than I tried to make a new image, but I’m running into the same problem every time. During the bitbake proccess (bitbake -k angstrom-lxde-image), i get hte following error:

ERROR: Nothing RPROVIDES ‘packagegroup-snapd’ (but /home/willem/oe-core/build/…/layers/meta-toradex-demos/recipes-images/images/angstrom-lxde-image.bb RDEPENDS on or otherwise requires it)

I have tried to repo again, just to make sure it missed nothing. Also tried to update the whole package as desribed in the related post. nothing fixed this.
Does someone have a solution for this?

Kind regards,
Remco.

ps, this is the whole output after starting the bitbake process.

Loading cache: 100% |##########################################################################################################################################################################| Time: 0:00:01
Loaded 3412 entries from dependency cache.
WARNING: No recipes available for:
  /home/willem/oe-core/build/../layers/meta-jetson-tk1/recipes-graphics/mesa/mesa_11.1.1.bbappend
  /home/willem/oe-core/build/../layers/meta-angstrom/recipes-tweaks/ecj/ecj-initial-native.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'packagegroup-snapd' (but /home/willem/oe-core/build/../layers/meta-toradex-demos/recipes-images/images/angstrom-lxde-image.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'packagegroup-snapd' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-snapd']
NOTE: Runtime target 'angstrom-lxde-image' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['angstrom-lxde-image', 'packagegroup-snapd']

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "arm-angstrom-linux-gnueabi"
MACHINE           = "apalis-imx6"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2016.12"
TUNE_FEATURES     = "arm armv7a vfp thumb neon       callconvention-hard"
TARGET_FPU        = "hard"
meta-angstrom     = "HEAD:9625910bb4bb48b3f4d87a1e9ff3576d40bd656a"
meta-toradex-nxp  = "HEAD:45c33b79a734d016dddb997c1895b53202286f23"
meta-freescale    = "HEAD:05681fdf8298bb441c15135eae424c7601b07e98"
meta-freescale-3rdparty = "HEAD:1879485e63ce369292c89b5902ff6df13509090b"
meta-toradex-tegra = "HEAD:2f4391e3f7e3aaaed1961d5798af5b08c08d8322"
meta-jetson-tk1   = "HEAD:e8b87fe8da7c6fcffa37ab245f50082953cc1ee1"
meta-toradex-bsp-common = "HEAD:429d294f9b271433d4d0130530677dc417e6ec6e"
meta-linaro-toolchain = "HEAD:49b0f32d7e955f250b0022d1b2f403f45a2c2d9c"
meta-oe           
meta-efl          
meta-gpe          
meta-gnome        
meta-xfce         
meta-initramfs    
meta-systemd      
meta-networking   
meta-multimedia   
meta-python       = "HEAD:b40116cf457b88a2db14b86fda9627fb34d56ae6"
meta-lxde         = "HEAD:1bd36a4d0f7e1e9fdea9c4c991188bc1dc9da421"
meta-browser      = "HEAD:1569eeb9cc1b87632abbf35fbb05f4ac4eeb3987"
meta-qt4          = "HEAD:f389368dc86e745df14cab9eeb9a94bc02bd273e"
meta-qt5          = "HEAD:2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b"
meta-freescale-distro = "HEAD:cd5c7a2539f40004f74126e9fdf08254fd9a6390"
meta-toradex-demos = "HEAD:d4107c7913695e59ec41401ae9036946e348f5fe"
meta              = "HEAD:b835e9bf9da6ebc8fd5728b4587470e9a57d5966"

ERROR: All buildable tasks have been run but the build is incomplete (--continue mode). Errors for the tasks that failed will have been printed above.                                         | ETA:  0:00:14
ERROR: Command execution failed: 1

Summary: There was 1 WARNING message shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

You’re missing meta-snappy entry in build/conf/bblayers.conf, it was added with this commit meta-toradex-demos.git - Toradex BSP layer, recipes for the demo images
but since you already had build/conf/local.conf when executing source export it was ignored.
I recommend removing buid/conf directory, running source export and including your modifications to build/conf/local.conf to make sure that your config is properly aligned with the latest release.
Alternative solution would be to compare files in build/conf with layers/meta-toradex-demos/buildconf and resolve differences.

Thank you for answering. I tried another solution that worked, only it is probably not highly recommended to do it in such a way. Therefore I did like you suggested and it seems to work. However now I get another error.
This time it is in: firefox_45.9.0esr.bb:do_compile.

I get this error both in bitbake the whole image and firefox alone. This is probably do to the upgrade from the previous image. But what can be adjusted/deleted this time?

Kind regards,
Remco

It builds here.

Could you be a bit more specific?

From the terminal I don’t get so much information, but instead pointing to a generated file. I will include this, maybe this is something you can understand see here.

Please make sure that you’re not running out of RAM during compilation. You can look for out of memory messages in dmesg.