Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 4706] New: Removing .stamp_target_installed does not trigger reinstall libraries
@ 2012-01-16 14:04 bugzilla at busybox.net
  2012-01-31 19:56 ` [Buildroot] [Bug 4706] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2012-01-16 14:04 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=4706

           Summary: Removing .stamp_target_installed does not trigger
                    reinstall libraries
           Product: buildroot
           Version: 2010.08
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: buildroot at bluespirit.la
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


I've replaced content in the target_skeleton, and thus wanted to rebuild the
rootfs.tar. I did the following:

1) rm -rf target
2) rm -rf build/.root
3) rm -rf `find build -name "\.stamp_target_installed"
4) make

On the device I got a "Kernel panic - not syncing: No init found.". The problem
was that only when removing .stamp_staging_installed and
stamps/ext-toolchain-installed also the libs on the target were installed.

It would be a great help, that removing all ".stamp_target_installed" and
".root" would create a bootable target filesystem.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 4706] Removing .stamp_target_installed does not trigger reinstall libraries
  2012-01-16 14:04 [Buildroot] [Bug 4706] New: Removing .stamp_target_installed does not trigger reinstall libraries bugzilla at busybox.net
@ 2012-01-31 19:56 ` bugzilla at busybox.net
  2014-02-21  7:43 ` bugzilla at busybox.net
  2014-02-21 17:40 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2012-01-31 19:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=4706

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2012-01-31 19:56:01 UTC ---
This is not a bug: this feature doesn't exist and is not supported currently.
I'm moving the bug to enhancement.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 4706] Removing .stamp_target_installed does not trigger reinstall libraries
  2012-01-16 14:04 [Buildroot] [Bug 4706] New: Removing .stamp_target_installed does not trigger reinstall libraries bugzilla at busybox.net
  2012-01-31 19:56 ` [Buildroot] [Bug 4706] " bugzilla at busybox.net
@ 2014-02-21  7:43 ` bugzilla at busybox.net
  2014-02-21 17:40 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2014-02-21  7:43 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=4706

Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> 2014-02-21 07:43:27 UTC ---
I'm closing this bug as Wontfix, for the following reasons:
- buildroot aims at being clear and simple, and the behavior desired by the
submitter is not 'simple'.
- we have other mechanisms in place to modify the target without touching the
skeleton.


Please have a look at the post-build and rootfs-overlay mechanisms:
http://www.buildroot.org/downloads/manual/manual.html#rootfs-custom

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 4706] Removing .stamp_target_installed does not trigger reinstall libraries
  2012-01-16 14:04 [Buildroot] [Bug 4706] New: Removing .stamp_target_installed does not trigger reinstall libraries bugzilla at busybox.net
  2012-01-31 19:56 ` [Buildroot] [Bug 4706] " bugzilla at busybox.net
  2014-02-21  7:43 ` bugzilla at busybox.net
@ 2014-02-21 17:40 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2014-02-21 17:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=4706

--- Comment #3 from J?r?me Pouiller <jezz@sysmic.org> 2014-02-21 17:40:23 UTC ---
I think this bug should be marked as FIXED instead of WONTFIX.
build/toolchain-external-undefined/.stamp_target_installed is now used instead
of stamps/ext-toolchain-installed. As far as I understand, it is behavior asked
by submitter.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-21 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 14:04 [Buildroot] [Bug 4706] New: Removing .stamp_target_installed does not trigger reinstall libraries bugzilla at busybox.net
2012-01-31 19:56 ` [Buildroot] [Bug 4706] " bugzilla at busybox.net
2014-02-21  7:43 ` bugzilla at busybox.net
2014-02-21 17:40 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox