#20516: Image generator doesn't use latest files
------------------------------+---------------------------
  Reporter:  yuvadm           |      Owner:  developers
      Type:  defect           |     Status:  new
  Priority:  response-needed  |  Milestone:  Bugs Paradise
 Component:  base system      |    Version:  Trunk
Resolution:                   |   Keywords:
------------------------------+---------------------------
Changes (by jow):

 * priority:  high => response-needed


Comment:

 I tried to reproduce the report but was unable to confirm your finding.
 The test procedure was:

   1) download and unpack the ar71xx/generic imagebuilder for 15.05
   2) mkdir files/
   3) echo "abc" > files/test.txt
   4) make image PROFILE=UAPRO FILES=files/
   5) cat build_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/hello.txt
 -> "abc"
   6) echo "def" > files/test.txt
   7) make image PROFILE=UAPRO FILES=files/
   8) cat build_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/hello.txt
 -> "def"

 Afterwards I repeated the procedure after editing .config to set
 CONFIG_TARGET_ROOTFS_TARGZ=y, then I inspected the resulting
 bin/ar71xx/openwrt-15.05-ar71xx-generic-UAPPRO-rootfs.tar.gz after each
 edit/make run and it properly reflected the changes.

 Can you please run the same procedure and report your findings? If
 build_dir/ and .tar.gz reflect your changes but the .bin images not then
 maybe your images are too large and simply not rebuilt? Check the file
 modification times in this case please.

--
Ticket URL: <https://dev.openwrt.org/ticket/20516#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to