diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-26 22:22:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-26 22:22:44 +0000 |
commit | 4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 (patch) | |
tree | f705b0e1e1ea9aa10e4786212eed4a7685362e43 /meta/conf/machine/spitz.conf | |
parent | 36a7962e7428a79c5bde3f3b0fd36ce3ed19b439 (diff) | |
download | poky-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.gz |
Totally rework task handling for machine/distro specific features. Create task-base.bb to handle this and update machine/distro files accordingly. MACHINE_FEATURES and DISTRO_FEATURES together combine to configure the machine specific task-base and other specific tasks can easily be created (task-base-oh-minimal is an exmaple)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@562 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/spitz.conf')
-rw-r--r-- | meta/conf/machine/spitz.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index f8b0572b42..6588702a84 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf | |||
@@ -6,10 +6,6 @@ include conf/machine/include/zaurus-clamshell.conf | |||
6 | include conf/machine/include/zaurus-clamshell-2.6.conf | 6 | include conf/machine/include/zaurus-clamshell-2.6.conf |
7 | 7 | ||
8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" | 8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" |
9 | PIVOTBOOT_EXTRA_RRECOMMENDS += "" | ||
10 | |||
11 | # Useful things for the built-in Harddisk | ||
12 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" | ||
13 | 9 | ||
14 | IMAGE_FSTYPES ?= "tar.gz" | 10 | IMAGE_FSTYPES ?= "tar.gz" |
15 | 11 | ||