mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
kernel.bbclass: Add kernel-vmlinux package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2724 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -142,6 +142,7 @@ kernel_do_install() {
|
|||||||
install -m 0644 ${KERNEL_OUTPUT} ${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}
|
install -m 0644 ${KERNEL_OUTPUT} ${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}
|
||||||
install -m 0644 System.map ${D}/boot/System.map-${KERNEL_VERSION}
|
install -m 0644 System.map ${D}/boot/System.map-${KERNEL_VERSION}
|
||||||
install -m 0644 .config ${D}/boot/config-${KERNEL_VERSION}
|
install -m 0644 .config ${D}/boot/config-${KERNEL_VERSION}
|
||||||
|
install -m 0644 vmlinux ${D}/boot/vmlinux-${KERNEL_VERSION}
|
||||||
install -d ${D}/etc/modutils
|
install -d ${D}/etc/modutils
|
||||||
if [ "${KERNEL_MAJOR_VERSION}" = "2.6" ]; then
|
if [ "${KERNEL_MAJOR_VERSION}" = "2.6" ]; then
|
||||||
install -d ${D}/etc/modprobe.d
|
install -d ${D}/etc/modprobe.d
|
||||||
@@ -174,10 +175,11 @@ EXPORT_FUNCTIONS do_compile do_install do_stage do_configure
|
|||||||
|
|
||||||
# kernel-base becomes kernel-${KERNEL_VERSION}
|
# kernel-base becomes kernel-${KERNEL_VERSION}
|
||||||
# kernel-image becomes kernel-image-${KERNEL_VERISON}
|
# kernel-image becomes kernel-image-${KERNEL_VERISON}
|
||||||
PACKAGES = "kernel kernel-base kernel-image kernel-dev"
|
PACKAGES = "kernel kernel-base kernel-image kernel-dev kernel-vmlinux"
|
||||||
FILES = ""
|
FILES = ""
|
||||||
FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
|
FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
|
||||||
FILES_kernel-dev = "/boot/System.map* /boot/config*"
|
FILES_kernel-dev = "/boot/System.map* /boot/config*"
|
||||||
|
FILES_kernel-vmlinux = "/boot/vmlinux*"
|
||||||
RDEPENDS_kernel = "kernel-base"
|
RDEPENDS_kernel = "kernel-base"
|
||||||
# Allow machines to override this dependency if kernel image files are
|
# Allow machines to override this dependency if kernel image files are
|
||||||
# not wanted in images as standard
|
# not wanted in images as standard
|
||||||
|
|||||||
Reference in New Issue
Block a user