]> code.ossystems Code Review - openembedded-core.git/commitdiff
Create openembedded-extras collection. Disabled by default - see local.conf.sample...
authorRichard Purdie <richard@openedhand.com>
Fri, 26 May 2006 13:28:14 +0000 (13:28 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 26 May 2006 13:28:14 +0000 (13:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@429 311d38ba-8fff-0310-9ca6-ca027cbcb966

13 files changed:
build/conf/local.conf.sample
openembedded-extras/packages/python/python-2.4.3-manifest.inc [moved from openembedded/packages/python/python-2.4.3-manifest.inc with 100% similarity]
openembedded-extras/packages/python/python-2.4.3/autohell.patch [moved from openembedded/packages/python/python-2.4.3/autohell.patch with 100% similarity]
openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch [moved from openembedded/packages/python/python-2.4.3/bindir-libdir.patch with 100% similarity]
openembedded-extras/packages/python/python-2.4.3/crosscompile.patch [moved from openembedded/packages/python/python-2.4.3/crosscompile.patch with 100% similarity]
openembedded-extras/packages/python/python-2.4.3/fix-tkinter-detection.patch [moved from openembedded/packages/python/python-2.4.3/fix-tkinter-detection.patch with 100% similarity]
openembedded-extras/packages/python/python-2.4.3/sitebranding.patch [moved from openembedded/packages/python/python-2.4.3/sitebranding.patch with 100% similarity]
openembedded-extras/packages/python/python-native-2.4.0/bindir-libdir.patch [moved from openembedded/packages/python/python-native-2.4.0/bindir-libdir.patch with 100% similarity]
openembedded-extras/packages/python/python-native-2.4.0/cross-distutils.patch [moved from openembedded/packages/python/python-native-2.4.0/cross-distutils.patch with 100% similarity]
openembedded-extras/packages/python/python-native_2.4.0.bb [moved from openembedded/packages/python/python-native_2.4.0.bb with 100% similarity]
openembedded-extras/packages/python/python-pygtk2/acinclude.m4 [moved from openembedded/packages/python/python-pygtk2/acinclude.m4 with 100% similarity]
openembedded-extras/packages/python/python-pygtk2_2.8.6.bb [moved from openembedded/packages/python/python-pygtk2_2.8.6.bb with 100% similarity]
openembedded-extras/packages/python/python_2.4.3.bb [moved from openembedded/packages/python/python_2.4.3.bb with 100% similarity]

index e74e8b64a9e7d4a77c3f44171e85232ec2502b1e..08e92eab703463c4bc20e5cccfd3f575e07c8155 100755 (executable)
@@ -2,6 +2,14 @@
 DL_DIR = "POKYROOT/sources"
 BBFILES := "POKYROOT/openembedded/packages/*/*.bb"
 
+# To enable extra packages, uncomment the following lines:
+# BBFILES := "POKYROOT/openembedded/packages/*/*.bb POKYROOT/openembedded-extras/packages/*/*.bb"
+# BBFILE_COLLECTIONS = "normal extras"
+# BBFILE_PATTERN_normal = "^POKYROOT/openembedded/"
+# BBFILE_PATTERN_extras = "^POKYROOT/openembedded/"
+# BBFILE_PRIORITY_normal = "5"
+# BBFILE_PRIORITY_extras = "5"
+
 BBMASK = ""
 
 # Uncomment this to specify where BitBake should create its temporary files.