diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index bc3be082e7..ad0eb569f8 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -8,8 +8,7 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}" MAINTAINER = "OpenedHand " PACKAGE_CLASSES ?= "package_ipk" -INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " -#INHERIT += " package_deb debian multimachine poky devshell " +INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane" # For some reason, this doesn't work # TARGET_OS ?= "linux" # TARGET_VENDOR ?= "-poky"