diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-08-11 11:41:41 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-14 08:26:35 +0100 |
commit | 973f898e15cf6d1b6715d08da9dc740ee040e0dc (patch) | |
tree | 6468c8a433d4177c0f027570b101fc2ae2f95232 /meta/classes/distrodata.bbclass | |
parent | cb8d309ff0ea0ca11edc2aae75ddd869491cb330 (diff) | |
download | openembedded-core-contrib-973f898e15cf6d1b6715d08da9dc740ee040e0dc.tar.gz |
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>
Diffstat (limited to 'meta/classes/distrodata.bbclass')
-rw-r--r-- | meta/classes/distrodata.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 010cdc6a0f7..4168e43849f 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass @@ -1,4 +1,8 @@ include conf/distro/include/package_regex.inc +include conf/distro/include/upstream_tracking.inc +include conf/distro/include/distro_alias.inc +include conf/distro/include/maintainers.inc + addhandler distro_eventhandler distro_eventhandler[eventmask] = "bb.event.BuildStarted" python distro_eventhandler() { |