diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-13 16:42:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-13 16:42:15 +0000 |
commit | 3cfd3689a93b4d806e38d4b824920aa77ad21fc1 (patch) | |
tree | ee766134472f55979152b91df4de9f967b5f76cc /packages/linux/linux-geodegx_2.4.24.bb | |
parent | 56bc45545814d51e22f8c4b34c9b9092a686490e (diff) |
linux-geode*: add COMPATIBLE_MACHINE
Diffstat (limited to 'packages/linux/linux-geodegx_2.4.24.bb')
-rw-r--r-- | packages/linux/linux-geodegx_2.4.24.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-geodegx_2.4.24.bb b/packages/linux/linux-geodegx_2.4.24.bb index 70cb5f4fd7..968127c5f3 100644 --- a/packages/linux/linux-geodegx_2.4.24.bb +++ b/packages/linux/linux-geodegx_2.4.24.bb @@ -2,6 +2,8 @@ # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) +COMPATIBLE_MACHINE = "geodegx" + KV = "2.4.24" DESCRIPTION = "Linux kernel for the AMD Geode GX processor" LICENSE = "GPL" |