mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
initial work on general initramfs support
This commit is contained in:
parent
d79f4e0f00
commit
521bce6da6
1057
board/common/busybox_initramfs.config
Normal file
1057
board/common/busybox_initramfs.config
Normal file
File diff suppressed because it is too large
Load Diff
0
board/common/skeleton-initramfs/bin/.empty
Normal file
0
board/common/skeleton-initramfs/bin/.empty
Normal file
0
board/common/skeleton-initramfs/boot/.empty
Normal file
0
board/common/skeleton-initramfs/boot/.empty
Normal file
0
board/common/skeleton-initramfs/data/.empty
Normal file
0
board/common/skeleton-initramfs/data/.empty
Normal file
1
board/common/skeleton-initramfs/dev/log
Symbolic link
1
board/common/skeleton-initramfs/dev/log
Symbolic link
@ -0,0 +1 @@
|
||||
../tmp/log
|
0
board/common/skeleton-initramfs/dev/pts/.empty
Normal file
0
board/common/skeleton-initramfs/dev/pts/.empty
Normal file
0
board/common/skeleton-initramfs/lib/.empty
Normal file
0
board/common/skeleton-initramfs/lib/.empty
Normal file
0
board/common/skeleton-initramfs/proc/.empty
Normal file
0
board/common/skeleton-initramfs/proc/.empty
Normal file
1
board/common/skeleton-initramfs/run
Symbolic link
1
board/common/skeleton-initramfs/run
Symbolic link
@ -0,0 +1 @@
|
||||
tmp
|
0
board/common/skeleton-initramfs/sbin/.empty
Normal file
0
board/common/skeleton-initramfs/sbin/.empty
Normal file
0
board/common/skeleton-initramfs/sys/.empty
Normal file
0
board/common/skeleton-initramfs/sys/.empty
Normal file
0
board/common/skeleton-initramfs/tmp/.empty
Normal file
0
board/common/skeleton-initramfs/tmp/.empty
Normal file
0
board/common/skeleton-initramfs/var/cache/.empty
vendored
Normal file
0
board/common/skeleton-initramfs/var/cache/.empty
vendored
Normal file
0
board/common/skeleton-initramfs/var/lib/.empty
Normal file
0
board/common/skeleton-initramfs/var/lib/.empty
Normal file
0
board/common/skeleton-initramfs/var/lock/.empty
Normal file
0
board/common/skeleton-initramfs/var/lock/.empty
Normal file
0
board/common/skeleton-initramfs/var/log/.empty
Normal file
0
board/common/skeleton-initramfs/var/log/.empty
Normal file
0
board/common/skeleton-initramfs/var/run/.empty
Normal file
0
board/common/skeleton-initramfs/var/run/.empty
Normal file
0
board/common/skeleton-initramfs/var/spool/.empty
Normal file
0
board/common/skeleton-initramfs/var/spool/.empty
Normal file
0
board/common/skeleton-initramfs/var/tmp/.empty
Normal file
0
board/common/skeleton-initramfs/var/tmp/.empty
Normal file
21
configs/raspberrypi_initramfs_defconfig
Normal file
21
configs/raspberrypi_initramfs_defconfig
Normal file
@ -0,0 +1,21 @@
|
||||
BR2_arm=y
|
||||
BR2_arm1176jzf_s=y
|
||||
BR2_DL_DIR="$(TOPDIR)/.download"
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi-initramfs"
|
||||
BR2_OPTIMIZE_2=y
|
||||
BR2_STATIC_LIBS=y
|
||||
BR2_KERNEL_HEADERS_4_4=y
|
||||
# BR2_UCLIBC_INSTALL_UTILS is not set
|
||||
BR2_BINUTILS_VERSION_2_26_X=y
|
||||
BR2_GCC_VERSION_5_X=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TARGET_OPTIMIZATION="-pipe"
|
||||
BR2_TARGET_GENERIC_HOSTNAME=""
|
||||
BR2_TARGET_GENERIC_ISSUE=""
|
||||
BR2_ROOTFS_SKELETON_CUSTOM=y
|
||||
BR2_ROOTFS_SKELETON_CUSTOM_PATH="board/common/skeleton-initramfs"
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox_initramfs.config"
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
Loading…
x
Reference in New Issue
Block a user