From a3d7c8b0b5b20a2cc8c9bcd59a0103026eed67fc Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 17:54:18 -0500 Subject: linux-imx: kernel build descriptor * Kernel build descriptor for iMx targets, fetch source from Freescale git repo. Signed-off-by: Adrian Alonso --- recipes-kernel/linux/linux-imx_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-kernel/linux/linux-imx_git.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-imx_git.bb b/recipes-kernel/linux/linux-imx_git.bb new file mode 100644 index 0000000..8c34dd8 --- /dev/null +++ b/recipes-kernel/linux/linux-imx_git.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Linux kernel for imx platforms" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +PR = "r0" + +inherit kernel +COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)" + +#BRANCH="delphi_sbx" + +SRC_URI = "git://sw-git.freescale.net/FPS/linux-imx.git;protpcol=git" +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf