-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: yosemite4n is a new system based on yosemite4 and Nuvoton management board. Create the layer config enough to build it. Test Plan: bitbake yosemite4n-image - Build Pass Signed-off-by: Joseph Liu <[email protected]> Signed-off-by: Marvin Lin <[email protected]>
- Loading branch information
Showing
8 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
meta-facebook/meta-yosemite4/meta-yosemite4n/conf/layer.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# We have a conf and classes directory, add to BBPATH | ||
BBPATH .= ":${LAYERDIR}" | ||
|
||
# We have recipes-* directories, add to BBFILES | ||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
${LAYERDIR}/recipes-*/*/*.bbappend" | ||
|
||
# Ignore bbappend related to ASPEED in meta-yosemite4 | ||
BBMASK += ".*aspeed.*\.bbappend" | ||
|
||
BBFILE_COLLECTIONS += "fb-yosemite4n-layer" | ||
BBFILE_PATTERN_fb-yosemite4n-layer := "^${LAYERDIR}/" | ||
LAYERVERSION_fb-yosemite4n-layer = "1" | ||
LAYERSERIES_COMPAT_fb-yosemite4n-layer = "scarthgap nanbield kirkstone" |
Empty file.
25 changes: 25 additions & 0 deletions
25
meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/bblayers.conf.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
# changes incompatibly | ||
LCONF_VERSION = "8" | ||
|
||
BBPATH = "${TOPDIR}" | ||
BBFILES ?= "" | ||
|
||
BBLAYERS ?= " \ | ||
##OEROOT##/meta \ | ||
##OEROOT##/meta-openembedded/meta-oe \ | ||
##OEROOT##/meta-openembedded/meta-networking \ | ||
##OEROOT##/meta-openembedded/meta-python \ | ||
##OEROOT##/meta-security/meta-tpm \ | ||
##OEROOT##/meta-phosphor \ | ||
##OEROOT##/meta-arm/meta-arm \ | ||
##OEROOT##/meta-arm/meta-arm-toolchain \ | ||
##OEROOT##/meta-nuvoton \ | ||
##OEROOT##/meta-facebook \ | ||
##OEROOT##/meta-facebook/meta-yosemite4 \ | ||
##OEROOT##/meta-facebook/meta-yosemite4/meta-yosemite4n \ | ||
##OEROOT##/../.. \ | ||
##OEROOT##/../../meta-facebook \ | ||
##OEROOT##/../../meta-facebook/meta-yosemite4 \ | ||
##OEROOT##/../../meta-facebook/meta-yosemite4/meta-yosemite4n \ | ||
" |
2 changes: 2 additions & 0 deletions
2
meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/conf-notes.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Common targets are: | ||
yosemite4n-image |
5 changes: 5 additions & 0 deletions
5
meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/local.conf.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Local configuration file for building the OpenBMC image. | ||
# | ||
MACHINE ??= "yosemite4n" | ||
DISTRO ?= "openbmc-fb-lf" |
3 changes: 3 additions & 0 deletions
3
meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-core/images/yosemite4n-image.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
require recipes-core/images/yosemite4-image.bb | ||
|
||
IMAGE_INSTALL:remove = " packagegroup-openbmc-tests2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,6 @@ | |
"wedge400", | ||
"yamp", | ||
"yosemite", | ||
"yosemite4" | ||
"yosemite4", | ||
"yosemite4n" | ||
] |