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-bsp/formfactor/files/atom-pc/machconfig | 6 ++++++ meta/recipes-bsp/formfactor/files/netbook/machconfig | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-bsp/formfactor/files/atom-pc/machconfig delete mode 100644 meta/recipes-bsp/formfactor/files/netbook/machconfig (limited to 'meta/recipes-bsp/formfactor/files') diff --git a/meta/recipes-bsp/formfactor/files/atom-pc/machconfig b/meta/recipes-bsp/formfactor/files/atom-pc/machconfig new file mode 100644 index 0000000000..bef4ce3c9b --- /dev/null +++ b/meta/recipes-bsp/formfactor/files/atom-pc/machconfig @@ -0,0 +1,6 @@ +HAVE_TOUCHSCREEN=0 +HAVE_KEYBOARD=1 + +DISPLAY_CAN_ROTATE=0 +DISPLAY_ORIENTATION=0 +DISPLAY_DPI=133 diff --git a/meta/recipes-bsp/formfactor/files/netbook/machconfig b/meta/recipes-bsp/formfactor/files/netbook/machconfig deleted file mode 100644 index bef4ce3c9b..0000000000 --- a/meta/recipes-bsp/formfactor/files/netbook/machconfig +++ /dev/null @@ -1,6 +0,0 @@ -HAVE_TOUCHSCREEN=0 -HAVE_KEYBOARD=1 - -DISPLAY_CAN_ROTATE=0 -DISPLAY_ORIENTATION=0 -DISPLAY_DPI=133 -- cgit v1.2.3-54-g00ecf