]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Correct post(inst|rm) package association
authorDarren Hart <dvhart@linux.intel.com>
Fri, 9 Aug 2013 17:58:42 +0000 (10:58 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 13 Aug 2013 17:13:19 +0000 (10:13 -0700)
commit35f538b117e3387354d2dab1f22c3de28ab1322b
tree0ecaefc121c2319d57c2cddff3594071aa901527
parent002818712fab5c6325b1f7205512945ea87ad76c
kernel.bbclass: Correct post(inst|rm) package association

Fixes [YOCTO #4991]

The kernel image is installed as part of the kernel-image package, but
the symlink creation/removal via alternatives is being done in
pkg_post(inst|rm)_kernel-base.

Move the postinst alternatives logic into the kernel-image functions.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/kernel.bbclass