From c449c78c25eacb17797097377802af291247b8c0 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 7 Oct 2010 13:04:23 -0700 Subject: 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 Cc: Bruce Ashfield Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-graphics/mesa/mesa-dri_git.bb') 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" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" PV = "7.7+git${SRCPV}" -PR = "r0" +PR = "r1" # most of our targets do not have DRI so will use mesa-xlib DEFAULT_PREFERENCE = "-1" -# Netbooks have DRI support so use mesa-dri by default -DEFAULT_PREFERENCE_netbook = "1" +# Atom PCs have DRI support so use mesa-dri by default +DEFAULT_PREFERENCE_atom-pc = "1" PACKAGES =+ "${PN}-xprogs" PACKAGES_DYNAMIC = "mesa-dri-driver-*" -- cgit v1.2.3-54-g00ecf