[oe-commits] org.oe.dev linux-geode*: add COMPATIBLE_MACHINE

koen commit openembedded-commits at lists.openembedded.org
Sun May 13 16:37:01 UTC 2007


linux-geode*: add COMPATIBLE_MACHINE

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8d036d4e65d956458da9f5f8b638b4d113f21690
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8d036d4e65d956458da9f5f8b638b4d113f21690
Files:
1
packages/linux/linux-geodegx_2.4.24.bb
packages/linux/linux-geodelx_2.6.11.bb
Diffs:

#
# mt diff -rd48424df9926e99b728ea6dc1368cc414f09559c -r8d036d4e65d956458da9f5f8b638b4d113f21690
#
# 
# 
# patch "packages/linux/linux-geodegx_2.4.24.bb"
#  from [06401fb8cb14be164ff417ef6d49a8adcfc83c92]
#    to [0f8264df74e53af065156b9188da82b8c7e2bc88]
# 
# patch "packages/linux/linux-geodelx_2.6.11.bb"
#  from [23657154d5ab22423b91c1226bacc6dd5ed4922e]
#    to [f4d7f194aba34c9e9821faca92f46ee79cc0a1ee]
# 
============================================================
--- packages/linux/linux-geodegx_2.4.24.bb	06401fb8cb14be164ff417ef6d49a8adcfc83c92
+++ packages/linux/linux-geodegx_2.4.24.bb	0f8264df74e53af065156b9188da82b8c7e2bc88
@@ -1,7 +1,9 @@
 # Linux kernel OE build file for the AMD Geode GX processor
 # 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"
============================================================
--- packages/linux/linux-geodelx_2.6.11.bb	23657154d5ab22423b91c1226bacc6dd5ed4922e
+++ packages/linux/linux-geodelx_2.6.11.bb	f4d7f194aba34c9e9821faca92f46ee79cc0a1ee
@@ -1,7 +1,9 @@
 # Linux kernel OE build file for the AMD Geode GX5535/LX5536
 # Copyright (C) 2005-2006, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
+COMPATIBLE_MACHINE = "geodelx"
+
 DESCRIPTION = "Linux kernel for the AMD Geode GX5535/LX5536"
 HOMEPAGE = "http://www.amd.com/embedded"
 LICENSE = "GPL"






More information about the Openembedded-commits mailing list