DRAFT layer.conf: Add LAYERDEPENDS
This commit is contained in:
parent
a95987d1f4
commit
dc97448e49
|
@ -13,6 +13,13 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
# Version 1 was the manually created meta-ros, prior to the introduction of superflore.
|
# Version 1 was the manually created meta-ros, prior to the introduction of superflore.
|
||||||
LAYERVERSION_ros-layer = "2"
|
LAYERVERSION_ros-layer = "2"
|
||||||
|
|
||||||
|
LAYERDEPENDS_ros-layer = " \
|
||||||
|
core \
|
||||||
|
meta-python \
|
||||||
|
openembedded-layer \
|
||||||
|
qt5-layer \
|
||||||
|
"
|
||||||
|
|
||||||
require conf/ros-distro/ros-distro.conf
|
require conf/ros-distro/ros-distro.conf
|
||||||
|
|
||||||
# Only .bb files are generated
|
# Only .bb files are generated
|
||||||
|
|
Loading…
Reference in New Issue