diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 10:51:31 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 10:51:31 +0000 |
| commit | 40c209b79d5547297a6882d2426e96e5b0fc46eb (patch) | |
| tree | e60e0a3c8b172b34199ad6947bda096ed0ca1bd5 /meta/packages/images | |
| parent | d4ed273e04c6679c994080871beb32beac9e6447 (diff) | |
| download | poky-40c209b79d5547297a6882d2426e96e5b0fc46eb.tar.gz | |
Cleaned up task-poky and Poky images.
By default we install task-poky-boot and task-base. Additional stuff was split
to several tasks and each got IMAGE_FEATURE.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2037 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
| -rw-r--r-- | meta/packages/images/poky-image-base.bb | 2 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-core.bb | 2 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-sato.bb | 2 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-sdk.bb | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/meta/packages/images/poky-image-base.bb b/meta/packages/images/poky-image-base.bb index 6122ce78d9..d214642c40 100644 --- a/meta/packages/images/poky-image-base.bb +++ b/meta/packages/images/poky-image-base.bb | |||
| @@ -2,4 +2,6 @@ | |||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-console-core" | ||
| 6 | |||
| 5 | inherit poky-image | 7 | inherit poky-image |
diff --git a/meta/packages/images/poky-image-core.bb b/meta/packages/images/poky-image-core.bb index 917a29a2ff..edc50fa74b 100644 --- a/meta/packages/images/poky-image-core.bb +++ b/meta/packages/images/poky-image-core.bb | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-core" | 5 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" |
| 6 | 6 | ||
| 7 | inherit poky-image | 7 | inherit poky-image |
diff --git a/meta/packages/images/poky-image-sato.bb b/meta/packages/images/poky-image-sato.bb index 98b6754ad3..58eb5d68c2 100644 --- a/meta/packages/images/poky-image-sato.bb +++ b/meta/packages/images/poky-image-sato.bb | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-core apps-pda" | 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
| 6 | 6 | ||
| 7 | inherit poky-image | 7 | inherit poky-image |
diff --git a/meta/packages/images/poky-image-sdk.bb b/meta/packages/images/poky-image-sdk.bb index 7608f1fec9..e6454db658 100644 --- a/meta/packages/images/poky-image-sdk.bb +++ b/meta/packages/images/poky-image-sdk.bb | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs" | 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-tools dev-pkgs dbg-pkgs" |
| 6 | 6 | ||
| 7 | inherit poky-image | 7 | inherit poky-image |
