meta-digi-arm: remove 'linux-dey' recipe dependence on linux-imx

https://jira.digi.com/browse/DEL-1890

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-11-04 11:27:28 +01:00
parent 20c2fbd8ba
commit 73f08aeb0a
1 changed files with 12 additions and 2 deletions

View File

@ -1,9 +1,13 @@
# Copyright (C) 2013 Digi International
require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for Digi boards"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
DEPENDS += "lzop-native bc-native"
inherit kernel fsl-kernel-localversion
LOCALVERSION = "-dey"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git;nobranch=1"
@ -13,6 +17,12 @@ SRC_URI = " \
file://defconfig \
"
S = "${WORKDIR}/git"
# We need to pass it as param since kernel might support more than one
# machine, with different entry points
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
do_deploy_append() {
(cd ${DEPLOYDIR} && ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME})
}