Skip to content

Commit b0adcd0

Browse files
committed
change layer to the standard
1 parent 1c7d53c commit b0adcd0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This README file contains information on the contents of the
2-
meta-cx1-influx layer.
2+
meta-influx layer.
33

44
Please see the corresponding sections below for details.
55

@@ -24,7 +24,7 @@ This layer depends on:
2424
Patches
2525
=======
2626

27-
Please submit any patches against the meta-cx1-influx layer to the
27+
Please submit any patches against the meta-influx layer to the
2828
xxxx mailing list ([email protected]) and cc: the maintainer:
2929

3030
Maintainer: XXX YYYYYY <[email protected]>
@@ -33,32 +33,32 @@ Maintainer: XXX YYYYYY <[email protected]>
3333
Table of Contents
3434
=================
3535

36-
I. Adding the meta-cx1-influx layer to your build
36+
I. Adding the meta-influx layer to your build
3737
II. Misc
3838

3939

40-
I. Adding the meta-cx1-influx layer to your build
40+
I. Adding the meta-influx layer to your build
4141
=================================================
4242

43-
--- replace with specific instructions for the meta-cx1-influx layer ---
43+
--- replace with specific instructions for the meta-influx layer ---
4444

4545
In order to use this layer, you need to make the build system aware of
4646
it.
4747

48-
Assuming the meta-cx1-influx layer exists at the top-level of your
48+
Assuming the meta-influx layer exists at the top-level of your
4949
yocto build tree, you can add it to the build system by adding the
50-
location of the meta-cx1-influx layer to bblayers.conf, along with any
50+
location of the meta-influx layer to bblayers.conf, along with any
5151
other layers needed. e.g.:
5252

5353
BBLAYERS ?= " \
5454
/path/to/yocto/meta \
5555
/path/to/yocto/meta-poky \
5656
/path/to/yocto/meta-yocto-bsp \
57-
/path/to/yocto/meta-meta-cx1-influx \
57+
/path/to/yocto/meta-meta-influx \
5858
"
5959

6060

6161
II. Misc
6262
========
6363

64-
--- replace with specific information about the meta-cx1-influx layer ---
64+
--- replace with specific information about the meta-influx layer ---

conf/layer.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
55
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
66
${LAYERDIR}/recipes-*/*/*.bbappend"
77

8-
BBFILE_COLLECTIONS += "meta-cx1-influx"
9-
BBFILE_PATTERN_meta-cx1-influx = "^${LAYERDIR}/"
10-
BBFILE_PRIORITY_meta-cx1-influx = "6"
8+
BBFILE_COLLECTIONS += "meta-influx"
9+
BBFILE_PATTERN_meta-influx = "^${LAYERDIR}/"
10+
BBFILE_PRIORITY_meta-influx = "6"

0 commit comments

Comments
 (0)