diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:05 +0000 |
commit | 23e50d487da3e92df18a325a92d787f834a44570 (patch) | |
tree | bdc48db2d79e0221b6d271df2c7ddb958f3b103b /meta-extras/packages/images | |
parent | db0b57e5620f51c7e8ccc94044f926ed5e025400 (diff) | |
download | poky-23e50d487da3e92df18a325a92d787f834a44570.tar.gz |
poky-extras: Update extras task and image with recent poky changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@968 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/images')
-rw-r--r-- | meta-extras/packages/images/oh-image-extras.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-extras/packages/images/oh-image-extras.bb b/meta-extras/packages/images/oh-image-extras.bb new file mode 100644 index 0000000000..b62774205e --- /dev/null +++ b/meta-extras/packages/images/oh-image-extras.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | PR = "r9" | ||
2 | |||
3 | export IMAGE_BASENAME = "oh-extras" | ||
4 | |||
5 | GUI_MACHINE_CLASS ?= "none" | ||
6 | |||
7 | XSERVER ?= "xserver-kdrive-fbdev" | ||
8 | |||
9 | DEPENDS = "\ | ||
10 | task-oh \ | ||
11 | task-oh-extras" | ||
12 | |||
13 | RDEPENDS = "\ | ||
14 | task-base \ | ||
15 | task-oh-boot \ | ||
16 | task-oh-boot-extras \ | ||
17 | task-oh-base \ | ||
18 | task-oh-standard \ | ||
19 | task-oh-testapps \ | ||
20 | task-oh-devtools \ | ||
21 | task-oh-extraapps \ | ||
22 | ${XSERVER} " | ||
23 | |||
24 | export PACKAGE_INSTALL = "${RDEPENDS}" | ||
25 | #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " | ||
26 | |||
27 | inherit image | ||
28 | LICENSE = MIT | ||