diff options
author | Adrian Alonso <b38018@freescale.com> | 2011-08-24 17:54:18 -0500 |
---|---|---|
committer | Adrian Alonso <b38018@freescale.com> | 2011-08-24 17:54:18 -0500 |
commit | a3d7c8b0b5b20a2cc8c9bcd59a0103026eed67fc (patch) | |
tree | 8e7be62ff5fa5ba1de8a4f1d1957c93d5f68d00c /recipes-kernel | |
parent | b23da3ba8ead0731fcf6249e5a33b8eaa3057ff9 (diff) | |
download | meta-fsl-arm-a3d7c8b0b5b20a2cc8c9bcd59a0103026eed67fc.tar.gz |
linux-imx: kernel build descriptor
* Kernel build descriptor for iMx targets, fetch source
from Freescale git repo.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | # Copyright (C) 2011 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | DESCRIPTION = "Linux kernel for imx platforms" | ||
5 | LICENSE = "GPL" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
7 | PR = "r0" | ||
8 | |||
9 | inherit kernel | ||
10 | COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)" | ||
11 | |||
12 | #BRANCH="delphi_sbx" | ||
13 | |||
14 | SRC_URI = "git://sw-git.freescale.net/FPS/linux-imx.git;protpcol=git" | ||
15 | S = "${WORKDIR}/git" | ||