Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duo-buildroot-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
duo-buildroot-sdk
Commits
6ebbd6e2
Commit
6ebbd6e2
authored
Feb 08, 2024
by
carbon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildroot: enable fio
parent
37e1f575
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
7 deletions
+7
-7
buildroot-2021.05/configs/milkv-duo-lite_musl_riscv64_defconfig
...oot-2021.05/configs/milkv-duo-lite_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/configs/milkv-duo256m-lite_musl_riscv64_defconfig
...2021.05/configs/milkv-duo256m-lite_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/configs/milkv-duo256m_musl_riscv64_defconfig
...root-2021.05/configs/milkv-duo256m_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/configs/milkv-duo_musl_riscv64_defconfig
buildroot-2021.05/configs/milkv-duo_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/configs/milkv-duos-emmc_musl_riscv64_defconfig
...ot-2021.05/configs/milkv-duos-emmc_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/configs/milkv-duos-sd_musl_riscv64_defconfig
...root-2021.05/configs/milkv-duos-sd_musl_riscv64_defconfig
+1
-1
buildroot-2021.05/dl/fio/.lock
buildroot-2021.05/dl/fio/.lock
+0
-0
buildroot-2021.05/dl/fio/fio-3.19.tar.gz
buildroot-2021.05/dl/fio/fio-3.19.tar.gz
+0
-0
buildroot-2021.05/package/fio/fio.mk
buildroot-2021.05/package/fio/fio.mk
+1
-1
No files found.
buildroot-2021.05/configs/milkv-duo-lite_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -279,7 +279,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/configs/milkv-duo256m-lite_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -256,7 +256,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/configs/milkv-duo256m_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -256,7 +256,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/configs/milkv-duo_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -279,7 +279,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/configs/milkv-duos-emmc_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -256,7 +256,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/configs/milkv-duos-sd_musl_riscv64_defconfig
View file @
6ebbd6e2
...
...
@@ -256,7 +256,7 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
# dt needs a glibc or uClibc toolchain w/ threads
#
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
BR2_PACKAGE_FIO=y
BR2_PACKAGE_GDB_ARCH_SUPPORTS=y
BR2_PACKAGE_GDB=y
# BR2_PACKAGE_IOZONE is not set
...
...
buildroot-2021.05/dl/fio/.lock
0 → 100644
View file @
6ebbd6e2
buildroot-2021.05/dl/fio/fio-3.19.tar.gz
0 → 100644
View file @
6ebbd6e2
File added
buildroot-2021.05/package/fio/fio.mk
View file @
6ebbd6e2
...
...
@@ -26,7 +26,7 @@ define FIO_CONFIGURE_CMDS
endef
define
FIO_BUILD_CMDS
$(TARGET_MAKE_ENV)
$(MAKE)
-C
$(@D)
$(TARGET_MAKE_ENV)
$(MAKE)
CC
=
"
$(TARGET_CC)
$(TARGET_CFLAGS)
$(TARGET_LDFLAGS)
"
-C
$
(
@D
)
endef
define
FIO_INSTALL_TARGET_CMDS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment