update buildroot to 2017.02.11
This commit is contained in:
4
bsp/buildroot-2017.02.11/fs/yaffs2/Config.in
Normal file
4
bsp/buildroot-2017.02.11/fs/yaffs2/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_TARGET_ROOTFS_YAFFS2
|
||||
bool "yaffs2 root filesystem"
|
||||
help
|
||||
Build a yaffs2 root filesystem
|
||||
13
bsp/buildroot-2017.02.11/fs/yaffs2/yaffs.mk
Normal file
13
bsp/buildroot-2017.02.11/fs/yaffs2/yaffs.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# Build the yaffs2 root filesystem image
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
|
||||
|
||||
define ROOTFS_YAFFS2_CMD
|
||||
$(HOST_DIR)/usr/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
|
||||
endef
|
||||
|
||||
$(eval $(call ROOTFS_TARGET,yaffs2))
|
||||
Reference in New Issue
Block a user