]> code.ossystems Code Review - openembedded-core.git/commit
distrodata: Make self-contained.
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 11 Aug 2015 16:41:41 +0000 (11:41 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Aug 2015 07:26:35 +0000 (08:26 +0100)
commit973f898e15cf6d1b6715d08da9dc740ee040e0dc
tree6468c8a433d4177c0f027570b101fc2ae2f95232
parentcb8d309ff0ea0ca11edc2aae75ddd869491cb330
distrodata: Make self-contained.

Include by default all the files needed to perform checkpkg task.

These files are copied from meta-yocto because they refers recipes in
oe-core, the only missing file are maintainers.inc because it needs
consensus between OE-Core and Yocto project to define a common set of
maintainers.

[YOCTO #7895]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distrodata.bbclass
meta/conf/distro/include/distro_alias.inc [new file with mode: 0644]
meta/conf/distro/include/package_regex.inc [new file with mode: 0644]
meta/conf/distro/include/upstream_tracking.inc [new file with mode: 0644]