diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2010-10-07 13:04:23 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:56:44 +0100 |
| commit | c449c78c25eacb17797097377802af291247b8c0 (patch) | |
| tree | 25594e946b96df4a03ca9f40368dc93b64706f49 /meta/recipes-graphics | |
| parent | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (diff) | |
| download | poky-c449c78c25eacb17797097377802af291247b8c0.tar.gz | |
Rename MACHINE=netbook to MACHINE=atom-pc
In preparation for the more generic atom-pc, rename the netbook machine and all
the relevant overrides. Leave the linux-netbook kernel recipe intact and as the
default kernel for the atom-pc machine. A future patch will convert this over
to linux-wrs and likely remove the linux-netbook kernel recipe.
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 8 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.5.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.7.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/netbook/xorg.conf) | 0 |
6 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index c099309bbb..a42a6c59d6 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library" | |||
| 2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
| 3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
| 4 | 4 | ||
| 5 | COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|netbook|menlow)" | 5 | COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|atom-pc|menlow)" |
| 6 | 6 | ||
| 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" | 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" |
| 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |
| @@ -35,9 +35,9 @@ EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative" | |||
| 35 | PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}" | 35 | PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}" |
| 36 | LDFLAGS_append_mx31ads = " -lpvrNULLWSEGL -lstdc++ " | 36 | LDFLAGS_append_mx31ads = " -lpvrNULLWSEGL -lstdc++ " |
| 37 | 37 | ||
| 38 | DEPENDS_netbook = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" | 38 | DEPENDS_atom-pc = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" |
| 39 | EXTRA_OECONF_netbook = "${BASE_CONF} --with-flavour=glx" | 39 | EXTRA_OECONF_atom-pc = "${BASE_CONF} --with-flavour=glx" |
| 40 | PACKAGE_ARCH_netbook = "${MACHINE_ARCH}" | 40 | PACKAGE_ARCH_atom-pc = "${MACHINE_ARCH}" |
| 41 | 41 | ||
| 42 | DEPENDS_menlow = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" | 42 | DEPENDS_menlow = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" |
| 43 | EXTRA_OECONF_menlow = "${BASE_CONF} --with-flavour=glx" | 43 | EXTRA_OECONF_menlow = "${BASE_CONF} --with-flavour=glx" |
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.5.bb b/meta/recipes-graphics/mesa/mesa-dri_7.5.bb index 6e9cdc9aa8..b50cee8639 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.5.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.5.bb | |||
| @@ -8,13 +8,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
| 10 | 10 | ||
| 11 | PR = "r11" | 11 | PR = "r12" |
| 12 | 12 | ||
| 13 | # most of our targets do not have DRI so will use mesa-xlib | 13 | # most of our targets do not have DRI so will use mesa-xlib |
| 14 | DEFAULT_PREFERENCE = "-1" | 14 | DEFAULT_PREFERENCE = "-1" |
| 15 | 15 | ||
| 16 | # Netbooks have DRI support so use mesa-dri by default | 16 | # Atom PCs have DRI support so use mesa-dri by default |
| 17 | DEFAULT_PREFERENCE_netbook = "1" | 17 | DEFAULT_PREFERENCE_atom-pc = "1" |
| 18 | 18 | ||
| 19 | PACKAGES =+ "${PN}-xprogs" | 19 | PACKAGES =+ "${PN}-xprogs" |
| 20 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" | 20 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" |
| @@ -45,4 +45,4 @@ COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' | |||
| 45 | # | 45 | # |
| 46 | # Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl | 46 | # Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl |
| 47 | # then run gen_matypes > matypes.h on device | 47 | # then run gen_matypes > matypes.h on device |
| 48 | # \ No newline at end of file | 48 | # |
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.7.bb b/meta/recipes-graphics/mesa/mesa-dri_7.7.bb index a5899f3892..4cae9c8699 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.7.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.7.bb | |||
| @@ -9,13 +9,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 10 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
| 11 | 11 | ||
| 12 | PR = "r11" | 12 | PR = "r12" |
| 13 | 13 | ||
| 14 | # most of our targets do not have DRI so will use mesa-xlib | 14 | # most of our targets do not have DRI so will use mesa-xlib |
| 15 | DEFAULT_PREFERENCE = "-1" | 15 | DEFAULT_PREFERENCE = "-1" |
| 16 | 16 | ||
| 17 | # Netbooks have DRI support so use mesa-dri by default | 17 | # Atom PCs have DRI support so use mesa-dri by default |
| 18 | DEFAULT_PREFERENCE_netbook = "1" | 18 | DEFAULT_PREFERENCE_atom-pc = "1" |
| 19 | 19 | ||
| 20 | PACKAGES =+ "${PN}-xprogs" | 20 | PACKAGES =+ "${PN}-xprogs" |
| 21 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" | 21 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" |
| @@ -46,4 +46,4 @@ COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' | |||
| 46 | # | 46 | # |
| 47 | # Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl | 47 | # Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl |
| 48 | # then run gen_matypes > matypes.h on device | 48 | # then run gen_matypes > matypes.h on device |
| 49 | # \ No newline at end of file | 49 | # |
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb index ffd885f293..caa9b2ecbc 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | |||
| @@ -7,15 +7,15 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" | 8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" |
| 9 | 9 | ||
| 10 | PR = "r1" | 10 | PR = "r2" |
| 11 | 11 | ||
| 12 | SRC_URI += "file://crossfix.patch" | 12 | SRC_URI += "file://crossfix.patch" |
| 13 | 13 | ||
| 14 | # most of our targets do not have DRI so will use mesa-xlib | 14 | # most of our targets do not have DRI so will use mesa-xlib |
| 15 | DEFAULT_PREFERENCE = "-1" | 15 | DEFAULT_PREFERENCE = "-1" |
| 16 | 16 | ||
| 17 | # Netbooks have DRI support so use mesa-dri by default | 17 | # Atom PCs have DRI support so use mesa-dri by default |
| 18 | DEFAULT_PREFERENCE_netbook = "1" | 18 | DEFAULT_PREFERENCE_atom-pc = "1" |
| 19 | 19 | ||
| 20 | LEAD_SONAME = "libGL.so.1" | 20 | LEAD_SONAME = "libGL.so.1" |
| 21 | 21 | ||
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index fa0a7c8dc2..20bb9125d4 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb | |||
| @@ -12,13 +12,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
| 12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
| 13 | 13 | ||
| 14 | PV = "7.7+git${SRCPV}" | 14 | PV = "7.7+git${SRCPV}" |
| 15 | PR = "r0" | 15 | PR = "r1" |
| 16 | 16 | ||
| 17 | # most of our targets do not have DRI so will use mesa-xlib | 17 | # most of our targets do not have DRI so will use mesa-xlib |
| 18 | DEFAULT_PREFERENCE = "-1" | 18 | DEFAULT_PREFERENCE = "-1" |
| 19 | 19 | ||
| 20 | # Netbooks have DRI support so use mesa-dri by default | 20 | # Atom PCs have DRI support so use mesa-dri by default |
| 21 | DEFAULT_PREFERENCE_netbook = "1" | 21 | DEFAULT_PREFERENCE_atom-pc = "1" |
| 22 | 22 | ||
| 23 | PACKAGES =+ "${PN}-xprogs" | 23 | PACKAGES =+ "${PN}-xprogs" |
| 24 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" | 24 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/netbook/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf index e18b911199..e18b911199 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/netbook/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf | |||
