diff options
-rw-r--r-- | recipes-bsp/ppa/ppa_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index e6dcca39..5413d7d4 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_git.bb | |||
@@ -7,8 +7,6 @@ PPA_PATH_ls2088a = "ls2088" | |||
7 | PPA_PATH_ls1088a = "ls1088" | 7 | PPA_PATH_ls1088a = "ls1088" |
8 | 8 | ||
9 | do_compile () { | 9 | do_compile () { |
10 | export ARMV8_TOOLS_DIR="${STAGING_BINDIR_TOOLCHAIN}" | ||
11 | export ARMV8_TOOLS_PREFIX="${TARGET_PREFIX}" | ||
12 | export CROSS_COMPILE="${WRAP_TARGET_PREFIX}" | 10 | export CROSS_COMPILE="${WRAP_TARGET_PREFIX}" |
13 | cd ${S}/ppa | 11 | cd ${S}/ppa |
14 | if [ ${MACHINE} = ls1012afrdm ];then | 12 | if [ ${MACHINE} = ls1012afrdm ];then |