diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-10-21 16:01:02 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-21 16:01:02 +0200 |
commit | e5c53ce035eb36fc1b416e9971582a45754844be (patch) | |
tree | 4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /meta/packages/linux/linux-moblin.inc | |
parent | 3e045793c740cbac302c2077cc839f1a64c03bc2 (diff) | |
download | openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.tar.bz2 openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.zip |
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition.
The netbook machine one currently supports the eee901 and the aspire one.
We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'meta/packages/linux/linux-moblin.inc')
-rw-r--r-- | meta/packages/linux/linux-moblin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-moblin.inc b/meta/packages/linux/linux-moblin.inc index 2892a5f7a3..a7fa15124d 100644 --- a/meta/packages/linux/linux-moblin.inc +++ b/meta/packages/linux/linux-moblin.inc @@ -15,4 +15,4 @@ do_configure() { } -COMPATIBLE_MACHINE = "eee901"
\ No newline at end of file +COMPATIBLE_MACHINE = "netbook"
\ No newline at end of file |