Skip to content

Commit

Permalink
Enable image builder
Browse files Browse the repository at this point in the history
  • Loading branch information
haiibo committed Apr 29, 2023
1 parent 592254a commit a78dbe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configs/extra.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Builder
# CONFIG_IB is not set
# CONFIG_IB_STANDALONE is not set
CONFIG_IB=y
CONFIG_IB_STANDALONE=y
CONFIG_DEVEL=y

# File System Drivers
Expand Down
3 changes: 2 additions & 1 deletion configs/rockchip.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_friendlyarm_nanopi-r4s=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_friendlyarm_nanopi-r4se=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_friendlyarm_nanopi-r5s=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_friendlyarm_nanopi-r5c=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_hinlink_opc-h66k=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_hinlink_opc-h68k=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_xunlong_orangepi-r1-plus=y
CONFIG_TARGET_DEVICE_rockchip_armv8_DEVICE_hinlink_opc-h69k=y

# Set Firmware Size
CONFIG_TARGET_KERNEL_PARTSIZE=64
Expand Down
4 changes: 2 additions & 2 deletions configs/x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ CONFIG_TARGET_ROOTFS_TARGZ=y
# CONFIG_VMDK_IMAGES is not set

# Image Builder
# CONFIG_IB is not set
# CONFIG_IB_STANDALONE is not set
CONFIG_IB=y
CONFIG_IB_STANDALONE=y
CONFIG_DEVEL=y

# File System Drivers
Expand Down

0 comments on commit a78dbe7

Please sign in to comment.