From 9e66214c32eddd513fe99731e0dab031ab391060 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 12 Oct 2006 13:04:23 +0000 Subject: [PATCH] Add PACAKGE_CLASSES var to poky.conf git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3e8c7ae..cb56a34 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -9,7 +9,8 @@ DISTRO_TYPE ?= "release" MAINTAINER = "OpenedHand " -INHERIT += " package_ipk debian multimachine poky devshell " +PACKAGE_CLASSES ?= "package_ipk" +INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " # For some reason, this doesn't work # TARGET_OS ?= "linux" TARGET_OS = "linux" @@ -115,6 +116,8 @@ SRCDATE_qemu-native ?= "20060723" SRCDATE_oprofile ?= "20060214" SRCDATE_zaurusd ?= "20060729" +# SRCDATE_psplash = "now" + # # Preferred Versions: # -- 2.7.4