]> code.ossystems Code Review - openembedded-core.git/commit
insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 23 Jul 2014 03:33:01 +0000 (11:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 15:54:27 +0000 (16:54 +0100)
commit69e083237e632f7d84a7b218dd12d1a5ad95a229
treeb5884201aed0cc7be11bdc457a48f364d8b652ea
parent95b83084487d0712362ade8ac487999c3274bb96
insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

When adding patches or config files from bbappend files, it requires
the use of FILESEXTRAPATHS, which has been an issue and failure point
for people starting to work with bitbake and oe-core.

We add checking to standardize how to use FILESEXTRAPATHS. Only the
format of:
  FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or
  FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:"
is acceptable.

[YOCTO #5412]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass
meta/classes/utils.bbclass
meta/conf/bitbake.conf