You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8571,7 +8571,7 @@ parsecmgmt -a run -p splash2x.fmm -i test
8571
8571
8572
8572
====== PARSEC uninstall
8573
8573
8574
-
If you want to remove PARSEC later, Buildroot doesn't provide an automated package removal mechanism as documented at: link:https://github.com/buildroot/buildroot/blob/2017.08/docs/manual/rebuilding-packages.txt#L90[], but the following procedure should be satisfactory:
8574
+
If you want to remove PARSEC later, Buildroot doesn't provide an automated package removal mechanism: <<remove-buildroot-packages>>, but the following procedure should be satisfactory:
8575
8575
8576
8576
....
8577
8577
rm -rf \
@@ -9575,6 +9575,14 @@ For how to use that package, see: <<packages-directory>>.
9575
9575
9576
9576
Then iterate trying to do what you want and reading the manual until it works: https://buildroot.org/downloads/manual/manual.html
9577
9577
9578
+
=== Remove Buildroot packages
9579
+
9580
+
Once you've built a package in to the image, there is no easy way to remove it.
0 commit comments