move external depends

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

View File

@ -74,14 +74,14 @@ jobs:
cp -Ru files/* .buildroot
cd .buildroot
echo "Generating default config"
make BR2_EXTERNAL=../external arpl_defconfig
make BR2_EXTERNAL=./external arpl_defconfig
# Download sources if not cached
- name: Download buildroot packages source
if: steps.dl-cache.outputs.cache-hit != 'true'
run: |
cd .buildroot
make BR2_EXTERNAL=../external source
make BR2_EXTERNAL=./external source
# Prepare buildroot for first make
- name: Prepare buildroot
@ -89,7 +89,7 @@ jobs:
run: |
echo "First make"
cd .buildroot
make BR2_EXTERNAL=../external
make BR2_EXTERNAL=./external
# calculates the version number and push
- name: Calculate version
@ -160,9 +160,9 @@ jobs:
cd .buildroot
echo "Generating default config"
make BR2_EXTERNAL=../external arpl_defconfig
make BR2_EXTERNAL=./external arpl_defconfig
echo "Building..."
make BR2_EXTERNAL=../external
make BR2_EXTERNAL=./external
cd -
# 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

View File

@ -3,7 +3,7 @@
# Busybox version: x.xx.x
# 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
CONFIG_HAVE_DOT_CONFIG=y

View File

@ -2,7 +2,7 @@
# Automatically generated file; DO NOT EDIT.
# 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
# CONFIG_LOCALVERSION_AUTO is not set