- Meins
- Tuesday, February 26th, 2008 at 6:32:06am MST
- DESCRIPTION = "Hack&Dev's Linux kernel for Palm devices."
- HOMEPAGE = "http://www.hackndev.com/"
- SECTION = "kernel"
- LICENSE = "GPL"
- PR = "r13"
- COMPATIBLE_MACHINE = "(palmld|palmtc|palmtt3|palmtt5|palmtx|palmz31|palmz72|palmt650)"
- #SRC_URI = "git://git.hackndev.com/git/linux-hnd;protocol=git \
- # file://defconfig"
- SRC_URI = "file://defconfig"
- #SRC_URI_append_palmtx += "http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2 \
- # file://init \
- # file://initramfs_list \
- # file://busybox-config"
- S = "${WORKDIR}/linux-hnd"
- #S = "${WORKDIR}/trunk"
- K_MAJOR = "2"
- K_MINOR = "6"
- K_MICRO = "21"
- HHV="hnd3"
- PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-${HHV}"
- inherit kernel
- do_fetch() {
- cd ${WORKDIR}
- git-clone http://git.hackndev.com/git/linux-hnd;protocol=git
- }
- do_configure() {
- if [ -f ${WORKDIR}/defconfig ]; then
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "No configuration for ${MACHINE} available."
- else
- install -m 0644 ${S}/arch/arm/configs/${MACHINE}_defconfig ${S}/.config \
- || die "No default configuration for ${MACHINE} available."
- fi
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
- echo "CONFIG_AEABI=y" >> ${S}/.config
- echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
- else
- echo "# CONFIG_AEABI is not set" >> ${S}/.config
- echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
- fi
- if [ -f ${WORKDIR}/initramfs_list ]; then
- install -m 0644 ${WORKDIR}/busybox-config ${WORKDIR}/busybox-1.1.0/.config \
- || die "No busybox configuration available."
- echo "CROSS_COMPILER_PREFIX=\"${TARGET_PREFIX}\"" >> ${WORKDIR}/busybox-1.1.0/.config
- echo "USING_CROSS_COMPILER=y" >> ${WORKDIR}/busybox-1.1.0/.config
- MY_UID=`id -u`
- MY_GID=`id -g`
- echo "CONFIG_INITRAMFS_SOURCE=\"../initramfs_list\"" >> ${S}/.config
- echo "CONFIG_INITRAMFS_ROOT_UID=${MY_UID}" >> ${S}/.config
- echo "CONFIG_INITRAMFS_ROOT_GID=${MY_GID}" >> ${S}/.config
- else
- echo "CONFIG_INITRAMFS_SOURCE=\"\"" >> ${S}/.config
- echo "CONFIG_INITRAMFS_ROOT_UID=0" >> ${S}/.config
- echo "CONFIG_INITRAMFS_ROOT_GID=0" >> ${S}/.config
- fi
- yes '' | oe_runmake oldconfig
- }
- do_compile_prepend() {
- if [ -f ${WORKDIR}/initramfs_list ]; then
- cd ${WORKDIR}/busybox-1.1.0
- oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}'
- cd -
- fi
- }
- do_deploy() {
- install -d ${DEPLOY_DIR_IMAGE}
- install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
- }
- do_deploy[dirs] = "${S}"
- addtask deploy before do_build after do_compile
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.