Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/base fix earmv7hfeb set list for bootarm.efi



details:   https://anonhg.NetBSD.org/src/rev/01507f61379c
branches:  trunk
changeset: 938531:01507f61379c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 10 15:17:23 2020 +0000

description:
fix earmv7hfeb set list for bootarm.efi

Do this by explicitly marking all the non-earmv7hf* arm archs as not wanted,
because the set lists processor doesn't have a better way to be told.

diffstat:

 distrib/sets/lists/base/ad.arm |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61a43a354ec9 -r 01507f61379c distrib/sets/lists/base/ad.arm
--- a/distrib/sets/lists/base/ad.arm    Thu Sep 10 14:30:14 2020 +0000
+++ b/distrib/sets/lists/base/ad.arm    Thu Sep 10 15:17:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.arm,v 1.82 2020/09/08 16:39:36 jmcneill Exp $
+# $NetBSD: ad.arm,v 1.83 2020/09/10 15:17:23 jakllsch Exp $
 ./libexec/ld.elf_so-oabi                       base-sysutil-bin        compat,pic
 ./sbin/ldconfig                                        base-sysutil-root       pic,endian=1234
 ./usr/bin/fdformat                             base-util-bin
@@ -17,7 +17,7 @@
 ./usr/mdec/boot26,ffa                          base-obsolete           obsolete
 ./usr/mdec/boot32                              base-sysutil-bin        endian=1234
 ./usr/mdec/boot32,ffa                          base-sysutil-bin        endian=1234
-./usr/mdec/bootarm.efi                         base-sysutil-bin        machine_arch=earmv7hf
+./usr/mdec/bootarm.efi                         base-sysutil-bin        
!machine_arch=earmv4,!machine_arch=earmv4eb,!machine_arch=earmv5,!machine_arch=earmv5eb,!machine_arch=earmv5hf,!machine_arch=earmv5hfeb,!machine_arch=earmv6,!machine_arch=earmv6eb,!machine_arch=earmv6hf,!machine_arch=earmv6hfeb,!machine_arch=earmv7,!machine_arch=earmv7eb
 ./usr/mdec/bootimx23                           base-sysutil-bin        endian=1234
 ./usr/mdec/bootmini2440                                base-sysutil-bin
 ./usr/mdec/gzboot_ADI_BRH_0x00140000.bin       base-sysutil-bin



Home | Main Index | Thread Index | Old Index