diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:36:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:36:40 +0000 |
commit | e2b7975aa96f64f334755baa93fa2ba3eb6e4962 (patch) | |
tree | d144a9e9683eb1f10e67bab42db33ad43e5d2cb5 /meta/conf/machine/qemux86.conf | |
parent | 5f17d07b014244bcff7f061e81ee00eef52c0937 (diff) | |
download | poky-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.tar.gz |
conf/machine: Set KERNEL_IMAGE_TYPE and kernel-base RDEPENDS for various machines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2599 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index db0eb1a966..2378a9990e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -7,6 +7,8 @@ PACKAGE_EXTRA_ARCHS = "x86" | |||
7 | 7 | ||
8 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
9 | 9 | ||
10 | KERNEL_IMAGETYPE = "bzImage" | ||
11 | |||
10 | SERIAL_CONSOLE = "115200 ttyS0" | 12 | SERIAL_CONSOLE = "115200 ttyS0" |
11 | 13 | ||
12 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 14 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |