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:30:32 +0100 |
commit | 6a024c2e434da4dace8cd20fcd33df4431e3e665 (patch) | |
tree | 25133c038ef4d53553b314f842bb8fb047891d66 /meta/classes/distrodata.bbclass | |
parent | a533776d6ff83b6e3e830137455b8382d002768b (diff) | |
download | poky-6a024c2e434da4dace8cd20fcd33df4431e3e665.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]
(From OE-Core rev: 973f898e15cf6d1b6715d08da9dc740ee040e0dc)
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 010cdc6a0f..4168e43849 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | include conf/distro/include/package_regex.inc | 1 | include conf/distro/include/package_regex.inc |
2 | include conf/distro/include/upstream_tracking.inc | ||
3 | include conf/distro/include/distro_alias.inc | ||
4 | include conf/distro/include/maintainers.inc | ||
5 | |||
2 | addhandler distro_eventhandler | 6 | addhandler distro_eventhandler |
3 | distro_eventhandler[eventmask] = "bb.event.BuildStarted" | 7 | distro_eventhandler[eventmask] = "bb.event.BuildStarted" |
4 | python distro_eventhandler() { | 8 | python distro_eventhandler() { |