diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-10-12 13:04:23 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-10-12 13:04:23 +0000 |
commit | f97aec24b1019ed74623685b4544dffcf7f4bdcb (patch) | |
tree | 6316fa69864c049860129b3ca0aacdaf6ee670b3 /meta/conf/distro | |
parent | 5713649cebc1c7977ca66fc191fafd07c0a70eda (diff) | |
download | poky-f97aec24b1019ed74623685b4544dffcf7f4bdcb.tar.gz |
Add PACAKGE_CLASSES var to poky.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3e8c7aeaba..cb56a3424f 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -9,7 +9,8 @@ DISTRO_TYPE ?= "release" | |||
9 | 9 | ||
10 | MAINTAINER = "OpenedHand <poky@openedhand.com>" | 10 | MAINTAINER = "OpenedHand <poky@openedhand.com>" |
11 | 11 | ||
12 | INHERIT += " package_ipk debian multimachine poky devshell " | 12 | PACKAGE_CLASSES ?= "package_ipk" |
13 | INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " | ||
13 | # For some reason, this doesn't work | 14 | # For some reason, this doesn't work |
14 | # TARGET_OS ?= "linux" | 15 | # TARGET_OS ?= "linux" |
15 | TARGET_OS = "linux" | 16 | TARGET_OS = "linux" |
@@ -115,6 +116,8 @@ SRCDATE_qemu-native ?= "20060723" | |||
115 | SRCDATE_oprofile ?= "20060214" | 116 | SRCDATE_oprofile ?= "20060214" |
116 | SRCDATE_zaurusd ?= "20060729" | 117 | SRCDATE_zaurusd ?= "20060729" |
117 | 118 | ||
119 | # SRCDATE_psplash = "now" | ||
120 | |||
118 | # | 121 | # |
119 | # Preferred Versions: | 122 | # Preferred Versions: |
120 | # | 123 | # |