From: Richard Purdie Date: Mon, 9 Jan 2006 23:57:18 +0000 (+0000) Subject: kernel.bbclass: Add hack to cope with kernel-image-SOMEDYNAMICVERSION to enable build... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1235b5c27b649d6b74a718e941a01682e7265bd6;p=openembedded.git kernel.bbclass: Add hack to cope with kernel-image-SOMEDYNAMICVERSION to enable builds for now. To be removed when proper RDEPENDS -> PKG_ is possible. --- diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 2f9c65c8dd..2e54d06b28 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -5,7 +5,8 @@ DEPENDS += "virtual/${TARGET_PREFIX}depmod-${@get_kernelmajorversion('${PV}')} v inherit kernel-arch -PACKAGES_DYNAMIC = "kernel-module-*" +PACKAGES_DYNAMIC += "kernel-module-*" +PACKAGES_DYNAMIC += "kernel-image-*" export OS = "${TARGET_OS}" export CROSS_COMPILE = "${TARGET_PREFIX}"