mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
Add PACAKGE_CLASSES var to poky.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -9,7 +9,8 @@ DISTRO_TYPE ?= "release"
|
|||||||
|
|
||||||
MAINTAINER = "OpenedHand <poky@openedhand.com>"
|
MAINTAINER = "OpenedHand <poky@openedhand.com>"
|
||||||
|
|
||||||
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
|
# For some reason, this doesn't work
|
||||||
# TARGET_OS ?= "linux"
|
# TARGET_OS ?= "linux"
|
||||||
TARGET_OS = "linux"
|
TARGET_OS = "linux"
|
||||||
@@ -115,6 +116,8 @@ SRCDATE_qemu-native ?= "20060723"
|
|||||||
SRCDATE_oprofile ?= "20060214"
|
SRCDATE_oprofile ?= "20060214"
|
||||||
SRCDATE_zaurusd ?= "20060729"
|
SRCDATE_zaurusd ?= "20060729"
|
||||||
|
|
||||||
|
# SRCDATE_psplash = "now"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Preferred Versions:
|
# Preferred Versions:
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user