summaryrefslogtreecommitdiffstats
path: root/meta/classes/nopackages.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* nopackages.bbclass: deltask foo_setsceneRobert Yang2016-05-301-0/+6
| | | | | | | | | | When deltask foo, also deltask foo_setscene. (From OE-Core rev: 04a2ae65d3d98b9f33ab4bd8372676ad1e1de6d2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nopackages: Add class for recipes which don't generate packagesRichard Purdie2015-12-141-0/+6
It turns out writing the same list of packaging tasks multiple times in multiple places is error prone. Move this to a new class 'nopackages", migrate existing users and add glibc-initial and libgcc-initial since we don't want packages for those recipes. This means the sstate for those recipes won't be installed, saving small amounts of build time and bandwidth. A reference to the old package_write task is also dropped. (From OE-Core rev: cece583d58f82a50c3a4eac876eb326ac3b8f5e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>