Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/etc/etc.evbarm



Module Name:    src
Committed By:   jmmv
Date:           Sun Jan 12 02:55:24 UTC 2025

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Explicitly enable X11 sets for evbarm images

Instead of passing -x to mkimage by default in etc.evbarm/Makefile.inc,
be explicit and pass the -x flag to all images via their MKI_OPTS.
This is to allow adding extra images that do _not_ want to pull in X11
because there is no way to tell mkimage to "revert" the inclusion of
those sets once they have already been requested.

This change follows the same style found in etc.evbppc, where __mkimage
does not include -x and every image definition (there is only one though)
explicitly passes this flag.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index