diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
commit | f98b448ee835646be48f530b3e6fe13b32b093f5 (patch) | |
tree | 9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/imx-kobs | |
download | meta-fsl-arm-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/imx-kobs')
-rw-r--r-- | recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb new file mode 100644 index 0000000..68a30ac --- /dev/null +++ b/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | ||
2 | |||
3 | SUMMARY = "Nand boot write source" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
7 | |||
8 | SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "df477a6ce9abfa3077fa1a7bb97942e1" | ||
11 | SRC_URI[sha256sum] = "9458bac13a8e58e3d13cb2861d2b3d2cffd990e675c919c65548b71b6dda2776" | ||
12 | |||
13 | inherit autotools pkgconfig | ||