feat: update bitbake to latest master
This commit is contained in:
parent
5ede4efb33
commit
02d512b09f
|
|
@ -5,15 +5,15 @@
|
||||||
[submodule "layers/openembedded-core"]
|
[submodule "layers/openembedded-core"]
|
||||||
path = external-layers/openembedded-core
|
path = external-layers/openembedded-core
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/openembedded-core.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/openembedded-core.git
|
||||||
branch = kirkstone
|
branch = master
|
||||||
[submodule "layers/meta-openembedded"]
|
[submodule "layers/meta-openembedded"]
|
||||||
path = external-layers/meta-openembedded
|
path = external-layers/meta-openembedded
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-openembedded.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-openembedded.git
|
||||||
branch = kirkstone
|
branch = master
|
||||||
[submodule "layers/meta-virtualization"]
|
[submodule "layers/meta-virtualization"]
|
||||||
path = external-layers/meta-virtualization
|
path = external-layers/meta-virtualization
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-virtualization.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-virtualization.git
|
||||||
branch = kirkstone
|
branch = master
|
||||||
[submodule "layers/meta-efibootguard"]
|
[submodule "layers/meta-efibootguard"]
|
||||||
path = external-layers/meta-efibootguard
|
path = external-layers/meta-efibootguard
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-efibootguard.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-efibootguard.git
|
||||||
|
|
@ -21,4 +21,4 @@
|
||||||
[submodule "layers/meta-swupdate"]
|
[submodule "layers/meta-swupdate"]
|
||||||
path = external-layers/meta-swupdate
|
path = external-layers/meta-swupdate
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-swupdate.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-swupdate.git
|
||||||
branch = kirkstone
|
branch = master
|
||||||
|
|
|
||||||
2
bitbake
2
bitbake
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41b6684489d0261753344956042be2cc4adb0159
|
Subproject commit c0e87e005a5b135353ffdf1d17b77f40bff29af2
|
||||||
|
|
@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-belden-coreos-bsp = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_meta-belden-coreos-bsp = "6"
|
BBFILE_PRIORITY_meta-belden-coreos-bsp = "6"
|
||||||
|
|
||||||
LAYERDEPENDS_meta-belden-coreos-bsp = "core meta-belden-coreos"
|
LAYERDEPENDS_meta-belden-coreos-bsp = "core meta-belden-coreos"
|
||||||
LAYERSERIES_COMPAT_meta-belden-coreos-bsp = "kirkstone"
|
LAYERSERIES_COMPAT_meta-belden-coreos-bsp = "nanbield"
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-belden-coreos-demo = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_meta-belden-coreos-demo = "6"
|
BBFILE_PRIORITY_meta-belden-coreos-demo = "6"
|
||||||
|
|
||||||
LAYERDEPENDS_meta-belden-coreos-demo = "meta-belden-coreos meta-belden-coreos-bsp"
|
LAYERDEPENDS_meta-belden-coreos-demo = "meta-belden-coreos meta-belden-coreos-bsp"
|
||||||
LAYERSERIES_COMPAT_meta-belden-coreos-demo = "kirkstone"
|
LAYERSERIES_COMPAT_meta-belden-coreos-demo = "nanbield"
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ DISTRO_NAME = "Belden CoreOS (Base)"
|
||||||
MAINTAINER = "Belden CoreOS Team"
|
MAINTAINER = "Belden CoreOS Team"
|
||||||
|
|
||||||
DISTRO_VERSION = "0.0.1"
|
DISTRO_VERSION = "0.0.1"
|
||||||
DISTRO_CODENAME = "kirkstone"
|
DISTRO_CODENAME = "master"
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ DISTRO_NAME = "Belden CoreOS"
|
||||||
MAINTAINER = "Belden CoreOS Team"
|
MAINTAINER = "Belden CoreOS Team"
|
||||||
|
|
||||||
DISTRO_VERSION = "0.0.1"
|
DISTRO_VERSION = "0.0.1"
|
||||||
DISTRO_CODENAME = "kirkstone"
|
DISTRO_CODENAME = "master"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ LAYERDEPENDS_meta-belden-coreos = "\
|
||||||
webserver \
|
webserver \
|
||||||
"
|
"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_meta-belden-coreos = "kirkstone"
|
LAYERSERIES_COMPAT_meta-belden-coreos = "nanbield"
|
||||||
|
|
||||||
# Set a variable to get to the top of the metadata location
|
# Set a variable to get to the top of the metadata location
|
||||||
COREOS_ROOT = '${@os.path.normpath("${LAYERDIR}/../../")}'
|
COREOS_ROOT = '${@os.path.normpath("${LAYERDIR}/../../")}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue