remove meta-citadel-distro, meta-foreign

This commit is contained in:
Bruce Leidl 2018-03-02 16:24:38 -05:00
parent 7fd6267d42
commit e06b15c3d5
7 changed files with 0 additions and 93 deletions

View File

@ -1,18 +0,0 @@
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "citadeldist"
BBFILE_PATTERN_citadeldist = "^${LAYERDIR}/"
BBFILE_PRIORITY_citadeldist = "5"
LAYERSERIES_COMPAT_citadeldist = "rocko"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_citadel = "1"
REQUIRED_POKY_BBLAYERS_CONF_VERSION = "2"

View File

@ -1,17 +0,0 @@
SUMMARY = "Display variables"
LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
PACKAGES = ""
deltask do_fetch
deltask do_unpack
deltask do_patch
deltask do_configure
deltask do_compile
deltask do_install
deltask do_populate_sysroot
inherit showvars nopackages

View File

@ -1,4 +0,0 @@
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --size=64 --fstype=vfat --label boot --active --align 1024 --use-uuid
part / --source rootfs --fstype=ext4 --label rootfs --align 1024 --use-uuid
part /storage --fstype=ext4 --label storage --size=16 --use-uuid
bootloader --ptable gpt --timeout=5 --append="add_efi_memmap intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 tsc=reliable no_timer_check noreplace-smp i915.fastboot=1 quiet splash"

View File

@ -1,41 +0,0 @@
This README file contains information on the contents of the meta-foreign layer.
Please see the corresponding sections below for details.
Dependencies
============
URI: <first dependency>
branch: <branch name>
URI: <second dependency>
branch: <branch name>
.
.
.
Patches
=======
Please submit any patches against the meta-foreign layer to the xxxx mailing list (xxxx@zzzz.org)
and cc: the maintainer:
Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com>
Table of Contents
=================
I. Adding the meta-foreign layer to your build
II. Misc
I. Adding the meta-foreign layer to your build
=================================================
Run 'bitbake-layers add-layer meta-foreign'
II. Misc
========
--- replace with specific information about the meta-foreign layer ---

View File

@ -1,2 +0,0 @@
https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-extended/polkit

View File

@ -1,11 +0,0 @@
SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "Recipe created by bitbake-layers"
LICENSE = "MIT"
python do_build() {
bb.plain("***********************************************");
bb.plain("* *");
bb.plain("* Example recipe created by bitbake-layers *");
bb.plain("* *");
bb.plain("***********************************************");
}