Skip to content

Commit

Permalink
Add x-cross to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Nov 27, 2023
1 parent 80ca3ea commit b0712f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/linux-stracciatella/package
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ package() {
cp --no-dereference "$srcdir"/arch/arm/boot/dts/zero-sugar.dtb "$staging"/boot/zero-sugar.dtb
fi

export PATH="${PATH}:/opt/x-tools/arm-remarkable-linux-gnueabihf/bin"
CROSS_COMPILE=arm-remarkable-linux-gnueabihf- ARCH=arm make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging" INSTALL_MOD_STRIP=1
rm "$staging"/lib/modules/*/{source,build}

Expand Down

0 comments on commit b0712f8

Please sign in to comment.