You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
The leading '/' confuses bitbake which is unable to show the layer
name when showing the build configuration:
Build Configuration:
BB_VERSION = "2.2.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
DISTRO = "poky"
DISTRO_VERSION = "4.1"
TUNE_FEATURES = "m64 core2"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "HEAD:88385340d3ffea6071d18a8ef76138e485a2e6f6"
= "foo:d396ff38b9391f73ee98508628565fe084447623"
Without the leading slash, it is ok.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>