diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-06-09 08:23:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 08:23:57 -0300 |
commit | 1a029259ce04f5c8f7321f9b454afacf16a375a4 (patch) | |
tree | 8ef44f351d859e5bf078d36286f294d504f70181 | |
parent | 27cf70dfc044a5675aee0448e604621808da4b9d (diff) | |
parent | abe225134dd26bca2e07778693599011844f59dd (diff) | |
download | meta-freescale-1a029259ce04f5c8f7321f9b454afacf16a375a4.tar.gz |
Merge pull request #1567 from limeng-linux/master
meta-freescale: fmlib: map kernel source path to target path
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 98f5c0d7..b24dd799 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -10,6 +10,9 @@ SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | CFLAGS += "-fmacro-prefix-map=${STAGING_KERNEL_DIR}=/usr/src/debug/fmlib/git-r1 \ | ||
14 | -fdebug-prefix-map=${STAGING_KERNEL_DIR}=/usr/src/debug/fmlib/git-r1" | ||
15 | |||
13 | EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ | 16 | EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ |
14 | CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" | 17 | CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" |
15 | 18 | ||