Skip to content

Commit 635c64d

Browse files
committedJan 18, 2017
Buildroot 2016.11.1 BR2_EXTERNAL update
1 parent 7ae482f commit 635c64d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎nerves_defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ BR2_INIT_NONE=y
1717
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
1818
BR2_ENABLE_LOCALE_WHITELIST="locale-archive"
1919
BR2_GENERATE_LOCALE="en_US.UTF-8"
20-
BR2_ROOTFS_OVERLAY="${NERVES_SYSTEM}/board/nerves-common/rootfs-additions ${NERVES_DEFCONFIG_DIR}/rootfs-additions"
21-
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL}/board/nerves-common/post-build.sh"
20+
BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_NERVES_PATH}/board/nerves-common/rootfs-additions ${NERVES_DEFCONFIG_DIR}/rootfs-additions"
21+
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_NERVES_PATH}/board/nerves-common/post-build.sh"
2222
BR2_ROOTFS_POST_IMAGE_SCRIPT="${NERVES_DEFCONFIG_DIR}/post-createfs.sh"
2323
BR2_LINUX_KERNEL=y
2424
BR2_LINUX_KERNEL_CUSTOM_VERSION=y

‎post-createfs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $HOST_DIR/usr/bin/mkimage -A arm -O linux -T script -C none -a 0 -e 0 \
1010
$BINARIES_DIR/boot.scr
1111

1212
# Run the common post-image processing for nerves
13-
$BR2_EXTERNAL/board/nerves-common/post-createfs.sh $TARGET_DIR $FWUP_CONFIG
13+
$BR2_EXTERNAL_NERVES_PATH/board/nerves-common/post-createfs.sh $TARGET_DIR $FWUP_CONFIG

0 commit comments

Comments
 (0)
Please sign in to comment.