diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-02-09 08:55:44 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-06-15 13:03:37 +0000 |
commit | fa03241afaf3392b9ede4c85a74a083ba5f9e2b6 (patch) | |
tree | 2443316cea40c3d4851cb7ed72862c4098f630e9 /meta-openbmc-bsp | |
parent | 768c44e78c33642c55de1d6e60a26508292e1eec (diff) | |
download | talos-openbmc-fa03241afaf3392b9ede4c85a74a083ba5f9e2b6.tar.gz talos-openbmc-fa03241afaf3392b9ede4c85a74a083ba5f9e2b6.zip |
aspeed: Remove SOC specific layers
They are unused and no longer have any content. Remove.
Change-Id: I300f71ade8de4a9f3dc306743b16f951dc962cfd
Tested: No functional impact
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openbmc-bsp')
4 files changed, 0 insertions, 16 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf deleted file mode 100644 index 5757afeb4..000000000 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf +++ /dev/null @@ -1,6 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -BBFILE_PATTERN_ast2400-layer = "" -BBFILE_COLLECTIONS += "ast2400-layer" -LAYERVERSION_ast2400-layer = "1" diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes.txt b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes.txt deleted file mode 100644 index 149509f3e..000000000 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes.txt +++ /dev/null @@ -1,2 +0,0 @@ -recipes-bsp - Anything with links to specific hardware or hardware configuration information -recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/layer.conf deleted file mode 100644 index c18b2cfea..000000000 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/layer.conf +++ /dev/null @@ -1,6 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -BBFILE_PATTERN_ast2500-layer = "" -BBFILE_COLLECTIONS += "ast2500-layer" -LAYERVERSION_ast2500-layer = "1" diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes.txt b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes.txt deleted file mode 100644 index 149509f3e..000000000 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes.txt +++ /dev/null @@ -1,2 +0,0 @@ -recipes-bsp - Anything with links to specific hardware or hardware configuration information -recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies |