move external depends

This commit is contained in:
Ing 2023-10-15 22:46:02 +08:00
parent ec284e89bf
commit 2c19a83396
15 changed files with 7 additions and 7 deletions

View File

@ -74,14 +74,14 @@ jobs:
cp -Ru files/* .buildroot cp -Ru files/* .buildroot
cd .buildroot cd .buildroot
echo "Generating default config" echo "Generating default config"
make BR2_EXTERNAL=../external arpl_defconfig make BR2_EXTERNAL=./external arpl_defconfig
# Download sources if not cached # Download sources if not cached
- name: Download buildroot packages source - name: Download buildroot packages source
if: steps.dl-cache.outputs.cache-hit != 'true' if: steps.dl-cache.outputs.cache-hit != 'true'
run: | run: |
cd .buildroot cd .buildroot
make BR2_EXTERNAL=../external source make BR2_EXTERNAL=./external source
# Prepare buildroot for first make # Prepare buildroot for first make
- name: Prepare buildroot - name: Prepare buildroot
@ -89,7 +89,7 @@ jobs:
run: | run: |
echo "First make" echo "First make"
cd .buildroot cd .buildroot
make BR2_EXTERNAL=../external make BR2_EXTERNAL=./external
# calculates the version number and push # calculates the version number and push
- name: Calculate version - name: Calculate version
@ -160,9 +160,9 @@ jobs:
cd .buildroot cd .buildroot
echo "Generating default config" echo "Generating default config"
make BR2_EXTERNAL=../external arpl_defconfig make BR2_EXTERNAL=./external arpl_defconfig
echo "Building..." echo "Building..."
make BR2_EXTERNAL=../external make BR2_EXTERNAL=./external
cd - cd -
# qemu-img convert -O vmdk arpl.img arpl-dyn.vmdk # qemu-img convert -O vmdk arpl.img arpl-dyn.vmdk
# qemu-img convert -O vmdk -o adapter_type=lsilogic arpl.img -o subformat=monolithicFlat arpl.vmdk # qemu-img convert -O vmdk -o adapter_type=lsilogic arpl.img -o subformat=monolithicFlat arpl.vmdk

View File

@ -3,7 +3,7 @@
# Busybox version: x.xx.x # Busybox version: x.xx.x
# Wed Jun 22 14:12:15 2022 # Wed Jun 22 14:12:15 2022
# #
# make: make BR2_EXTERNAL=../external busybox-menuconfig # make: make BR2_EXTERNAL=./external busybox-menuconfig
# path: /output/build/busybox-x.x.xx/.config # path: /output/build/busybox-x.x.xx/.config
CONFIG_HAVE_DOT_CONFIG=y CONFIG_HAVE_DOT_CONFIG=y

View File

@ -2,7 +2,7 @@
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86_64 6.x.xx Kernel Configuration # Linux/x86_64 6.x.xx Kernel Configuration
# #
# make: make BR2_EXTERNAL=../external linux-menuconfig # make: make BR2_EXTERNAL=./external linux-menuconfig
# path: /output/build/linux-6.x.xx/.config # path: /output/build/linux-6.x.xx/.config
# CONFIG_LOCALVERSION_AUTO is not set # CONFIG_LOCALVERSION_AUTO is not set