Skip to content
Snippets Groups Projects

main/linux-firmware: upgrade to 20241210

Merged macmpi requested to merge (removed):lnx-frmw into master
Edited by macmpi

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • **** assigned to @ncopa

    assigned to @ncopa

  • Author Contributor

    while it passes, there's a warning due to busybox find limitation in broken symlinks verification (not critical here I guess as Alpine does its own dangling symlink check later).

    @xexaxo : thoughts? (upstream may tweak that check to be more busybox-friendly, ref dangling check)

    ./copy-firmware.sh --zstd /builds/macmpi/aports/main/linux-firmware/pkg/linux-firmware/lib/firmware
    find: unrecognized: -xtype
    BusyBox v1.37.0 (2024-11-19 21:09:16 UTC) multi-call binary.
    Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]
    Search for files and perform actions on them.
    First failed action stops processing of current file.
    Defaults: PATH is current directory, action is '-print'
    	-L,-follow	Follow symlinks
    	-H		...on command line only
    	-xdev		Don't descend directories on other filesystems
    	-maxdepth N	Descend at most N levels. -maxdepth 0 applies
    			actions to command line arguments only
    	-mindepth N	Don't act on first N levels
    	-depth		Act on directory *after* traversing it
    Actions:
    	( ACTIONS )	Group actions for -o / -a
    	! ACT		Invert ACT's success/failure
    	ACT1 [-a] ACT2	If ACT1 fails, stop, else do ACT2
    	ACT1 -o ACT2	If ACT1 succeeds, stop, else do ACT2
    			Note: -a has higher priority than -o
    	-name PATTERN	Match file name (w/o directory name) to PATTERN
    	-iname PATTERN	Case insensitive -name
    	-path PATTERN	Match path to PATTERN
    	-ipath PATTERN	Case insensitive -path
    	-regex PATTERN	Match path to regex PATTERN
    	-type X		File type is X (one of: f,d,l,b,c,s,p)
    	-executable	File is executable
    	-perm MASK	At least one mask bit (+MASK), all bits (-MASK),
    			or exactly MASK bits are set in file's mode
    	-mtime DAYS	mtime is greater than (+N), less than (-N),
    			or exactly N days in the past
    	-atime DAYS	atime +N/-N/N days in the past
    	-ctime DAYS	ctime +N/-N/N days in the past
    	-mmin MINS	mtime is greater than (+N), less than (-N),
    			or exactly N minutes in the past
    	-newer FILE	mtime is more recent than FILE's
    	-inum N		File has inode number N
    	-user NAME/ID	File is owned by given user
    	-group NAME/ID	File is owned by given group
    	-size N[bck]	File size is N (c:bytes,k:kbytes,b:512 bytes(def.))
    			+/-N: file size is bigger/smaller than N
    	-links N	Number of links is greater than (+N), less than (-N),
    			or exactly N
    	-empty		Match empty file/directory
    	-prune		If current file is directory, don't descend into it
    If none of the following actions is specified, -print is assumed
    	-print		Print file name
    	-print0		Print file name, NUL terminated
    	-exec CMD ARG ;	Run CMD with all instances of {} replaced by
    			file name. Fails if CMD exits with nonzero
    	-exec CMD ARG + Run CMD with {} replaced by list of file names
    	-ok CMD ARG ;   Prompt and run CMD with {} replaced
    	-delete		Delete current file/directory. Turns on -depth option
    	-quit		Exit
    Edited by macmpi
  • macmpi marked this merge request as ready

    marked this merge request as ready

  • macmpi added 1 commit

    added 1 commit

    • 109dbcb4 - main/linux-firmware: upgrade to 20241210

    Compare with previous version

  • macmpi changed the description

    changed the description

  • Matthias Ahouansou mentioned in merge request !73782 (closed)

    mentioned in merge request !73782 (closed)

  • macmpi added 144 commits

    added 144 commits

    Compare with previous version

  • macmpi added 1 commit

    added 1 commit

    • 9a896090 - main/linux-firmware: upgrade to 20241210

    Compare with previous version

  • macmpi resolved all threads

    resolved all threads

  • macmpi added 261 commits

    added 261 commits

    Compare with previous version

  • Sören Tempel approved this merge request

    approved this merge request

  • macmpi added 126 commits

    added 126 commits

    Compare with previous version

  • macmpi added 214 commits

    added 214 commits

    Compare with previous version

  • macmpi added 103 commits

    added 103 commits

    Compare with previous version

  • macmpi added 55 commits

    added 55 commits

    Compare with previous version

  • macmpi added 165 commits

    added 165 commits

    Compare with previous version

  • macmpi added 40 commits

    added 40 commits

    Compare with previous version

  • macmpi added 184 commits

    added 184 commits

    Compare with previous version

  • Author Contributor

    @ncopa any other tweak needed? Thanks

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading