Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 72e88fc

Browse files
committed
refkit: NodeJS comes from meta-iot-web
The project decided at some point to use NodeJS from meta-iot-web. Therefore that's the layer that we should check for. meta-oe isn't actually needed for meta-refkit-gateway. Less dependencies is better for reuse. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
1 parent 8138218 commit 72e88fc

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

meta-refkit-core/conf/layer.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ LAYERDEPENDS_refkit-core = "core"
2020
HAVE_META_OE = "${@ bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'True', 'False', d) }"
2121
HAVE_ATOP ??= "${HAVE_META_OE}"
2222
HAVE_CRYPTSETUP ??= "${HAVE_META_OE}"
23-
HAVE_NODEJS ??= "${HAVE_META_OE}"
2423
HAVE_CRYPTSETUP ??= "${HAVE_META_OE}"
2524
HAVE_CAN_UTILS ??= "${HAVE_META_OE}"
2625
HAVE_VIM ??= "${HAVE_META_OE}"
@@ -30,3 +29,5 @@ HAVE_KEYUTILS ??= "${HAVE_META_SECURITY}"
3029
HAVE_META_NETWORKING = "${@ bb.utils.contains('BBFILE_COLLECTIONS', 'networking-layer', 'True', 'False', d) }"
3130
HAVE_LOWPAN_TOOLS ??= "${HAVE_META_NETWORKING}"
3231
HAVE_IFTOP ??= "${HAVE_META_NETWORKING}"
32+
HAVE_META_IOT_WEB = "${@ bb.utils.contains('BBFILE_COLLECTIONS', 'iotweb', 'True', 'False', d) }"
33+
HAVE_NODEJS ??= "${HAVE_META_IOT_WEB}"

meta-refkit-gateway/README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ This layer depends on::
2626
layers: iotweb
2727
branch: master
2828

29-
URI: http://git.openembedded.org/meta-openembedded
30-
layers: openembedded-layer
31-
branch: master
32-
3329
Patches
3430
=======
3531

meta-refkit-gateway/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "refkit-gateway"
99
BBFILE_PATTERN_refkit-gateway = "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_refkit-gateway = "6"
1111

12-
LAYERDEPENDS_refkit-gateway = "refkit-core oic iotweb openembedded-layer"
12+
LAYERDEPENDS_refkit-gateway = "refkit-core oic iotweb"

0 commit comments

Comments
 (0)