Raspberry Pi3 agl-demo build failure on directory mismatch
Description
Environment
Raspberry Pi 3, Raspbian 8
Attachments
1
Activity
Show:
Jan-Simon Moeller October 13, 2016 at 8:07 AM
As Leon said, use:
mkdir ~/dev/agl-master
cd ~/dev/agl-master
repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
repo sync
source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-appfw-smack agl-devel
bitbake agl-demo-platform
Leon Anavi October 12, 2016 at 10:08 PM
Hi,
Jan-Simon has fixed this issue in the master branch on 26 September. Please use the master branch of AGL for building images for Raspberry Pi 2 or 3.
Best regards, Leon
Fixed
Details
Details
Assignee
Leon Anavi
Leon AnaviReporter
Jeff Sheldon
Jeff SheldonPriority
Created October 12, 2016 at 8:21 PM
Updated January 8, 2017 at 8:16 PM
Resolved October 12, 2016 at 10:08 PM
After issuing "bitbake agl-demo-platform" for a Raspberry Pi 3 build on Raspbian 8, I receive the following:
The error is accurate as meta-raspberry doesn't exist. However, a directory named meta-raspberrypi does exist. This appears to be a simple name mismatch populated in build/conf/bblayers.conf:
...as sourced from the Raspberry Pi 2 & 3 templates:
For reference, here's the history of my build arguments:
See the attached log for console output. Issue aside, this log might be useful for seeing what's generally happening on someone else's system up to the point of the error.