diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:06:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:06:42 +0000 |
commit | e307ea2a862bd308504b3f18fb688423b9a87215 (patch) | |
tree | 1acb88e6b434e94e003ad2527e0f8598262a8964 /conf/machine/wrap.conf | |
parent | 209f1c683008652f45d8de04078e53f0b91bd8ee (diff) |
x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when package need x86 special options - look at mplayer as example
Diffstat (limited to 'conf/machine/wrap.conf')
-rw-r--r-- | conf/machine/wrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf index d73c80214c..92720043f2 100644 --- a/conf/machine/wrap.conf +++ b/conf/machine/wrap.conf @@ -22,7 +22,7 @@ USE_DEVFS = "0" IMAGE_FSTYPE ?= "tar.gz" # Things to include in the fs image -MACHINE_FEATURES = "kernel26 pci ext2" +MACHINE_FEATURES = "kernel26 pci ext2 x86" # The kernel and grub need to installed to boot from flash MACHINE_EXTRA_RDEPENDS = "kernel grub" |