## Don't keep the expanded path to INITRAMS_SOURCE in $(KERNEL_CONFIG),# because it contains local workdir path which is not relevant to# other developers.#ifdef KERNEL_INITRAMFS_SOURCE_y@sed -i -e 's,^CONFIG_INITRAMFS_SOURCE.*$$,CONFIG_INITRAMFS_SOURCE=\"# Automatically set by PTXDist\",g' \"$(<)"endif
$ ptxdist print KERNEL_CONFIG/home/local/GRIDPOINT/jringle/git/linux-initramfs/ptxconf/ec1k/kernelconfig-3.12$ ptxdist print KERNEL_INITRAMFS_SOURCE_y/home/local/GRIDPOINT/jringle/git/linux-initramfs/platform-ec1k/state/empty.cpio$ git diffdiff --git a/ptxconf/ec1k/kernelconfig-3.12 b/ptxconf/ec1k/kernelconfig-3.12index 247c3bb..c77037f 100644--- a/ptxconf/ec1k/kernelconfig-3.12+++ b/ptxconf/ec1k/kernelconfig-3.12@@ -116,7 +116,7 @@ CONFIG_NET_NS=y# CONFIG_SYSFS_DEPRECATED is not set# CONFIG_RELAY is not setCONFIG_BLK_DEV_INITRD=y-CONFIG_INITRAMFS_SOURCE="# Automatically set by PTXDist"+CONFIG_INITRAMFS_SOURCE="/home/local/GRIDPOINT/jringle/git/linux-initramfs/platform-ec1k/state/empty.cpio"CONFIG_INITRAMFS_ROOT_UID=0CONFIG_INITRAMFS_ROOT_GID=0# CONFIG_RD_GZIP is not set
ptxd_make_kconfig_sync() {local modeif [ "${ptx_config_mode}" = run ]; thenif tty -s; thenptx_config_mode=updateelseptx_config_mode=checkfifiif [ -n "${ref_file_dotconfig}" ]; thenfile_dotconfig="${ref_file_dotconfig}" ptxd_normalize_config &&relative_ref_file_dotconfig="${relative_file_dotconfig}"fi &&ptxd_normalize_config &&ptxd_kconfig_sync_config "${ptx_config_mode}" "${pkg_build_dir}/.config" \"${relative_file_dotconfig}" "${file_dotconfig}" "${relative_ref_file_dotconfig}"}
----------------------target: kernel.prepare----------------------Using config file: 'linux-initramfs/ptxconf/ec1k/kernelconfig-3.12'make[1]: Entering directory `/home/local/GRIDPOINT/jringle/git/linux'scripts/kconfig/conf --oldconfig Kconfig## configuration written to .config#make[1]: Leaving directory `/home/local/GRIDPOINT/jringle/git/linux'ptxdist: error: Outdated config for 'linux-initramfs'ptxdist: error: 'oldconfig' changes the file. Run 'oldconfig kernel' to update.make: *** [/home/local/GRIDPOINT/jringle/git/linux-initramfs/platform-ec1k/state/kernel.prepare] Error 1