mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a533776d6f
commit
6a024c2e43
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user