mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
move external depends
This commit is contained in:
parent
ec284e89bf
commit
2c19a83396
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user