diff options
author | Ross Burton <ross.burton@intel.com> | 2013-07-29 15:40:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-31 06:59:56 +0100 |
commit | 205ec4319b7015f8e7ce355506338d951f7bdb13 (patch) | |
tree | 5ceb5b23aa3664b1e6472836bdb99fc37c830bf1 /meta/recipes-bsp/v86d | |
parent | d363660c36f9cc6e37cc68b5740aa4f6184bc68e (diff) | |
download | poky-205ec4319b7015f8e7ce355506338d951f7bdb13.tar.gz |
v86d: mark as compatible with all x86, not just qemux86
This package isn't specific to qemux86 but all x86 machines that are using the
userspace VESA framebuffer kernel driver.
(From OE-Core rev: 3be0967f14a9865215debe7fae666bd92b4968a0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/v86d')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 2dbfbb579a..bce4f4e935 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0" | |||
17 | SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c" | 17 | SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c" |
18 | 18 | ||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
20 | COMPATIBLE_MACHINE = "(qemux86)" | 20 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
21 | 21 | ||
22 | INITSCRIPT_NAME = "fbsetup" | 22 | INITSCRIPT_NAME = "fbsetup" |
23 | INITSCRIPT_PARAMS = "start 0 S ." | 23 | INITSCRIPT_PARAMS = "start 0 S ." |