RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" DEPENDS += "virtual/kernel" inherit module-base MODULE_MAKE_FLAGS = '\ KERNEL_PATH=${STAGING_KERNEL_DIR}\ KERNEL_SRC=${STAGING_KERNEL_DIR}\ KDIR=${STAGING_KERNEL_DIR}\ KERNELDIR=${STAGING_KERNEL_DIR}\ KERNEL_VERSION=${KERNEL_VERSION}\ CC="${KERNEL_CC}" LD="${KERNEL_LD}"\ AR="${KERNEL_AR}"\ ' module_do_compile() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake ${MODULE_MAKE_FLAGS} ${MAKE_TARGETS} } module_do_install() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" ${MODULE_MAKE_FLAGS} modules_install } pkg_postinst_append () { if [ -n "$D" ]; then exit 1 fi depmod -a update-modules || true } pkg_postrm_append () { update-modules || true } EXPORT_FUNCTIONS do_compile do_install FILES_${PN} = "/etc /lib/modules" e='this.form.submit();'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/klibc/klibc-common.inc
AgeCommit message (Expand)AuthorFiles
2008-09-21klibc: add x86 targets. close bug# 4567Junqian Gordon Xu1
2008-04-14klibc: add wc to toolsThomas Kunze1
2008-04-04klibc, klibc-utils-static: add some read options to dashThomas Kunze1
2008-03-08klibc, klibc-utils-static: add losetup and modprobe to klibc-utilsThomas Kunze1
2008-02-28klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patchThomas Kunze1
2008-02-26klibc: make klibc compile with eabi uclibcThomas Kunze1
2008-02-22klibc: update to 1.5 remove old non-working versionsThomas Kunze1
2008-02-06klibc: move do_stage to separate inc file. Fixes do_stage failure for klibc-...Rolf Leggewie1