summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Williams <john.williams@xilinx.com>2013-03-14 18:22:49 -0700
committerJohn Williams <john.williams@xilinx.com>2013-03-14 18:22:49 -0700
commitfb975fd1f3ad7363c16cf3f9e13cc55bb0fff057 (patch)
tree6bbb66c6899159d073400a751d9eb19b7cbdf51b /recipes-core
parentaa626689f022291cd3676774009494fbf87bef97 (diff)
downloadmeta-xilinx-fb975fd1f3ad7363c16cf3f9e13cc55bb0fff057.tar.gz
strip out distro policy and workarounds
machine conf only in meta-xilinx Signed-off-by: John Williams <john.williams@xilinx.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/core-image-tiny.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb
deleted file mode 100644
index ed0994ed..00000000
--- a/recipes-core/images/core-image-tiny.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "A tiny image just capable of allowing a device to boot."
2
3IMAGE_INSTALL = "base-files \
4 base-passwd \
5 busybox \
6 busybox-mdev \
7 initscripts \
8 modutils-initscripts \
9 netbase \
10 tinylogin \
11 sysvinit \
12 ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
13 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
14 ${CORE_IMAGE_EXTRA_INSTALL}"
15
16IMAGE_LINGUAS = " "
17
18LICENSE = "MIT"
19
20inherit core-image
21
22IMAGE_ROOTFS_SIZE = "8192"
23
24# remove not needed ipkg informations
25ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "