This .bbappend file is used to override the 'interfaces' file for certain targets. The current version is broken in that it does not search the correct path(s). This patch fixes that, as well as marking the resulting package as target specific.
Signed-off-by: Gary Thomas <[email protected]> --- recipes-core/netbase/netbase_5.0.bbappend | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-core/netbase/netbase_5.0.bbappend b/recipes-core/netbase/netbase_5.0.bbappend index 4b8d0e6..e5fa909 100644 --- a/recipes-core/netbase/netbase_5.0.bbappend +++ b/recipes-core/netbase/netbase_5.0.bbappend @@ -1,3 +1,2 @@ -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" - +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" +PACKAGE_ARCH = "${MACHINE_ARCH}" -- 1.7.7.6 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
