diff options
| author | Joshua Lock <josh@openedhand.com> | 2008-09-25 09:50:05 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@openedhand.com> | 2008-09-25 09:50:05 +0000 |
| commit | 8f8fbefd0f44f0f79b76aa3be75b4738129d4d26 (patch) | |
| tree | c74935a504af0b66d57a601a8df1fd8dcf95f1b3 /meta/packages/images | |
| parent | c8ece75aea96cbd1120e385de22f50b4e4944b6c (diff) | |
| download | poky-8f8fbefd0f44f0f79b76aa3be75b4738129d4d26.tar.gz | |
Initial support for netbooks with a poky-image-netbook(-live) image target.
This needs much love from folk with UI and WM skills.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5266 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
| -rw-r--r-- | meta/packages/images/poky-image-netbook-live.bb | 8 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-netbook.bb | 7 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-sato-live.bb | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/images/poky-image-netbook-live.bb b/meta/packages/images/poky-image-netbook-live.bb new file mode 100644 index 0000000000..4a03015b79 --- /dev/null +++ b/meta/packages/images/poky-image-netbook-live.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | DESCRIPTION = "Netbook Bootable Live Image" | ||
| 2 | |||
| 3 | require poky-image-live.inc | ||
| 4 | |||
| 5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-netbook-${MACHINE}.ext3" | ||
| 6 | TIMEOUT = "3" | ||
| 7 | |||
| 8 | do_bootimg[depends] += "poky-image-netbook:do_rootfs" | ||
diff --git a/meta/packages/images/poky-image-netbook.bb b/meta/packages/images/poky-image-netbook.bb new file mode 100644 index 0000000000..8138e9d598 --- /dev/null +++ b/meta/packages/images/poky-image-netbook.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
| 3 | # | ||
| 4 | |||
| 5 | IMAGE_FEATURES += "apps-console-core ${NETBOOK_IMAGE_FEATURES}" | ||
| 6 | |||
| 7 | inherit poky-image | ||
diff --git a/meta/packages/images/poky-image-sato-live.bb b/meta/packages/images/poky-image-sato-live.bb index d69c252ee0..e2cc2c209f 100644 --- a/meta/packages/images/poky-image-sato-live.bb +++ b/meta/packages/images/poky-image-sato-live.bb | |||
| @@ -3,5 +3,6 @@ DESCRIPTION = "Sato Bootable Live Image" | |||
| 3 | require poky-image-live.inc | 3 | require poky-image-live.inc |
| 4 | 4 | ||
| 5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" | 5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" |
| 6 | TIMEOUT = "3" | ||
| 6 | 7 | ||
| 7 | do_bootimg[depends] += "poky-image-sato:do_rootfs" | 8 | do_bootimg[depends] += "poky-image-sato:do_rootfs" |
