summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrodata.bbclass
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-08-11 11:41:41 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-14 08:30:32 +0100
commit6a024c2e434da4dace8cd20fcd33df4431e3e665 (patch)
tree25133c038ef4d53553b314f842bb8fb047891d66 /meta/classes/distrodata.bbclass
parenta533776d6ff83b6e3e830137455b8382d002768b (diff)
downloadpoky-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.bbclass4
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 @@
1include conf/distro/include/package_regex.inc 1include conf/distro/include/package_regex.inc
2include conf/distro/include/upstream_tracking.inc
3include conf/distro/include/distro_alias.inc
4include conf/distro/include/maintainers.inc
5
2addhandler distro_eventhandler 6addhandler distro_eventhandler
3distro_eventhandler[eventmask] = "bb.event.BuildStarted" 7distro_eventhandler[eventmask] = "bb.event.BuildStarted"
4python distro_eventhandler() { 8python distro_eventhandler() {