diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:53:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:32 +0100 |
commit | fc2cee5cc6299a5592af598c23a13f93bab1e5c8 (patch) | |
tree | 3add08cdba5c43517ced933880bc0752f2bf12d3 /meta/recipes-sato/images | |
parent | aec20af824a862399f91d3382a052467dba71dc5 (diff) | |
download | poky-fc2cee5cc6299a5592af598c23a13f93bab1e5c8.tar.gz |
Rename poky-lsb override to linuxstdbase
(From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-dev.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index 429095e19e..7322b4afbe 100644 --- a/meta/recipes-sato/images/core-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb | |||
@@ -6,4 +6,4 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" | |||
6 | 6 | ||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit core-image |
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 9f8eef9a52..ee9d799c31 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
@@ -6,4 +6,4 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-pr | |||
6 | 6 | ||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit core-image |
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 35d1a53c32..3465174a5b 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -6,4 +6,4 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | |||
6 | 6 | ||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit core-image |