diff options
| author | Ting Liu <b28495@freescale.com> | 2013-07-08 11:08:16 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-10 11:22:18 +0800 |
| commit | 851c7ff26de131b871bd5a64274c1a2b13d60fc3 (patch) | |
| tree | 92eac21a1e1e6c3c0d27bdeaca2ff967e85c2e65 /recipes-tools/boot-format | |
| parent | 55f7692b69fe273aa41f7362a9324c80515d7b52 (diff) | |
| download | meta-fsl-ppc-851c7ff26de131b871bd5a64274c1a2b13d60fc3.tar.gz | |
change layout to follow oe-core guidelines of recipes
Follow the rules defined in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt
recipes-bsp - Anything with links to specific hardware or
hardware configuration information
recipes-connectivity - Libraries and applications related to
communication with other devices
recipes-core - What's needed to build a basic working Linux
image including commonly used dependencies
recipes-devtools - Tools primarily used by the build system (but can
also be used on targets)
recipes-extended - Applications which whilst not essential add
features compared to the alternatives in
core. May be needed for full tool functionality
or LSB compliance.
recipes-gnome - All things related to the GTK+ application
framework
recipes-graphics - X and other graphically related system libraries
recipes-kernel - The kernel and generic applications/libraries
with strong kernel dependencies
recipes-lsb4 - Recipes added for the sole purpose of supporting
the Linux Standard Base (LSB) 4.x
recipes-multimedia - Codecs and support utilties for audio, images and
video
recipes-rt - Provides package and image recipes for using and
testing the PREEMPT_RT kernel
recipes-qt - All things related to the Qt application
framework
recipes-sato - The Sato demo/reference UI/UX, its associated
apps and configuration
recipes-support - Recipes used by other recipes but that are not
directly included in images
recipes-dpaa - recipes related to fsl dpaa feature
recipes-virtualization - recipes related to fsl virtualization feature
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-tools/boot-format')
| -rw-r--r-- | recipes-tools/boot-format/boot-format_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-tools/boot-format/boot-format_git.bb deleted file mode 100644 index ac1504d..0000000 --- a/recipes-tools/boot-format/boot-format_git.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | PR = "r6" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git" | ||
| 7 | SRCREV = "d9bbfaba0c9316ae33455099c47bae429479e530" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | EXTRA_OEMAKE = 'CC="${CC}"' | ||
| 11 | |||
| 12 | do_install(){ | ||
| 13 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install | ||
| 14 | } | ||
| 15 | |||
| 16 | PACKAGES =+ "${PN}-config" | ||
| 17 | FILES_${PN}-config += "${datadir}/*" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
