generated from gaoyang3513/SDK_RK3288
[Mod] distclean后,属性更新
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@ -13,3 +13,38 @@
|
|||||||
*.rej
|
*.rej
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
board/raspberrypi0
|
||||||
|
board/raspberrypi0w
|
||||||
|
board/raspberrypi2
|
||||||
|
board/raspberrypi3
|
||||||
|
board/raspberrypi3-64
|
||||||
|
board/raspberrypi4
|
||||||
|
board/raspberrypi4-64
|
||||||
|
board/raspberrypicm4io
|
||||||
|
board/raspberrypicm4io-64
|
||||||
|
board/raspberrypizero2w
|
||||||
|
docs/images
|
||||||
|
package/skeleton-init-openrc/skeleton/dev/log
|
||||||
|
package/skeleton-init-openrc/skeleton/etc/runlevels/default/sysv-rcs
|
||||||
|
package/skeleton-init-openrc/skeleton/var/cache
|
||||||
|
package/skeleton-init-openrc/skeleton/var/lib/misc
|
||||||
|
package/skeleton-init-openrc/skeleton/var/lock
|
||||||
|
package/skeleton-init-openrc/skeleton/var/log
|
||||||
|
package/skeleton-init-openrc/skeleton/var/run
|
||||||
|
package/skeleton-init-openrc/skeleton/var/spool
|
||||||
|
package/skeleton-init-openrc/skeleton/var/tmp
|
||||||
|
package/skeleton-init-sysv/skeleton/dev/log
|
||||||
|
package/skeleton-init-sysv/skeleton/var/cache
|
||||||
|
package/skeleton-init-sysv/skeleton/var/lib/misc
|
||||||
|
package/skeleton-init-sysv/skeleton/var/lock
|
||||||
|
package/skeleton-init-sysv/skeleton/var/log
|
||||||
|
package/skeleton-init-sysv/skeleton/var/run
|
||||||
|
package/skeleton-init-sysv/skeleton/var/spool
|
||||||
|
package/skeleton-init-sysv/skeleton/var/tmp
|
||||||
|
system/skeleton/dev/fd
|
||||||
|
system/skeleton/dev/stderr
|
||||||
|
system/skeleton/dev/stdin
|
||||||
|
system/skeleton/dev/stdout
|
||||||
|
system/skeleton/etc/mtab
|
||||||
|
system/skeleton/etc/resolv.conf
|
||||||
@ -1 +0,0 @@
|
|||||||
/sbin/init
|
|
||||||
BIN
board/canaan/k210-soc/rootfs_overlay/init
Executable file
BIN
board/canaan/k210-soc/rootfs_overlay/init
Executable file
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
brcmfmac43362-sdio.txt
|
|
||||||
@ -0,0 +1,56 @@
|
|||||||
|
#AP6210_NVRAM_V1.2_03192013
|
||||||
|
manfid=0x2d0
|
||||||
|
prodid=0x492
|
||||||
|
vendid=0x14e4
|
||||||
|
devid=0x4343
|
||||||
|
boardtype=0x0598
|
||||||
|
|
||||||
|
# Board Revision is P307, same nvram file can be used for P304, P305, P306 and P307 as the tssi pa params used are same
|
||||||
|
#Please force the automatic RX PER data to the respective board directory if not using P307 board, for e.g. for P305 boards force the data into the following directory /projects/BCM43362/a1_labdata/boardtests/results/sdg_rev0305
|
||||||
|
boardrev=0x1307
|
||||||
|
boardnum=777
|
||||||
|
xtalfreq=26000
|
||||||
|
boardflags=0x80201
|
||||||
|
boardflags2=0x80
|
||||||
|
sromrev=3
|
||||||
|
wl0id=0x431b
|
||||||
|
macaddr=00:90:4c:07:71:12
|
||||||
|
aa2g=1
|
||||||
|
ag0=2
|
||||||
|
maxp2ga0=74
|
||||||
|
cck2gpo=0x2222
|
||||||
|
ofdm2gpo=0x44444444
|
||||||
|
mcs2gpo0=0x6666
|
||||||
|
mcs2gpo1=0x6666
|
||||||
|
pa0maxpwr=56
|
||||||
|
|
||||||
|
#P207 PA params
|
||||||
|
#pa0b0=5447
|
||||||
|
#pa0b1=-658
|
||||||
|
#pa0b2=-175
|
||||||
|
|
||||||
|
#Same PA params for P304,P305, P306, P307
|
||||||
|
|
||||||
|
pa0b0=5447
|
||||||
|
pa0b1=-607
|
||||||
|
pa0b2=-160
|
||||||
|
pa0itssit=62
|
||||||
|
pa1itssit=62
|
||||||
|
|
||||||
|
|
||||||
|
cckPwrOffset=5
|
||||||
|
ccode=0
|
||||||
|
rssismf2g=0xa
|
||||||
|
rssismc2g=0x3
|
||||||
|
rssisav2g=0x7
|
||||||
|
triso2g=0
|
||||||
|
noise_cal_enable_2g=0
|
||||||
|
noise_cal_po_2g=0
|
||||||
|
swctrlmap_2g=0x04040404,0x02020202,0x02020202,0x010101,0x1ff
|
||||||
|
temp_add=29767
|
||||||
|
temp_mult=425
|
||||||
|
|
||||||
|
btc_flags=0x6
|
||||||
|
btc_params0=5000
|
||||||
|
btc_params1=1000
|
||||||
|
btc_params6=63
|
||||||
@ -1 +0,0 @@
|
|||||||
../a20_olinuxino/boot.cmd
|
|
||||||
5
board/olimex/a10_olinuxino/boot.cmd
Normal file
5
board/olimex/a10_olinuxino/boot.cmd
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
|
||||||
|
ext4load mmc 0 0x49000000 /boot/${fdtfile}
|
||||||
|
ext4load mmc 0 0x46000000 /boot/zImage
|
||||||
|
env set fdt_high ffffffff
|
||||||
|
bootz 0x46000000 - 0x49000000
|
||||||
@ -1 +0,0 @@
|
|||||||
../a20_olinuxino/genimage.cfg
|
|
||||||
17
board/olimex/a10_olinuxino/genimage.cfg
Normal file
17
board/olimex/a10_olinuxino/genimage.cfg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
image sdcard.img {
|
||||||
|
hdimage {
|
||||||
|
}
|
||||||
|
|
||||||
|
partition u-boot {
|
||||||
|
in-partition-table = "no"
|
||||||
|
image = "u-boot-sunxi-with-spl.bin"
|
||||||
|
offset = 8K
|
||||||
|
size = 1016K # 1MB - 8KB
|
||||||
|
}
|
||||||
|
|
||||||
|
partition rootfs {
|
||||||
|
partition-type = 0x83
|
||||||
|
image = "rootfs.ext4"
|
||||||
|
size = 512M
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1 +0,0 @@
|
|||||||
../a20_olinuxino/post-build.sh
|
|
||||||
3
board/olimex/a10_olinuxino/post-build.sh
Executable file
3
board/olimex/a10_olinuxino/post-build.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
raspberrypi
|
|
||||||
@ -1 +0,0 @@
|
|||||||
brcmfmac43362-sdio.txt
|
|
||||||
@ -0,0 +1,56 @@
|
|||||||
|
#AP6210_NVRAM_V1.2_03192013
|
||||||
|
manfid=0x2d0
|
||||||
|
prodid=0x492
|
||||||
|
vendid=0x14e4
|
||||||
|
devid=0x4343
|
||||||
|
boardtype=0x0598
|
||||||
|
|
||||||
|
# Board Revision is P307, same nvram file can be used for P304, P305, P306 and P307 as the tssi pa params used are same
|
||||||
|
#Please force the automatic RX PER data to the respective board directory if not using P307 board, for e.g. for P305 boards force the data into the following directory /projects/BCM43362/a1_labdata/boardtests/results/sdg_rev0305
|
||||||
|
boardrev=0x1307
|
||||||
|
boardnum=777
|
||||||
|
xtalfreq=26000
|
||||||
|
boardflags=0x80201
|
||||||
|
boardflags2=0x80
|
||||||
|
sromrev=3
|
||||||
|
wl0id=0x431b
|
||||||
|
macaddr=00:90:4c:07:71:12
|
||||||
|
aa2g=1
|
||||||
|
ag0=2
|
||||||
|
maxp2ga0=74
|
||||||
|
cck2gpo=0x2222
|
||||||
|
ofdm2gpo=0x44444444
|
||||||
|
mcs2gpo0=0x6666
|
||||||
|
mcs2gpo1=0x6666
|
||||||
|
pa0maxpwr=56
|
||||||
|
|
||||||
|
#P207 PA params
|
||||||
|
#pa0b0=5447
|
||||||
|
#pa0b1=-658
|
||||||
|
#pa0b2=-175
|
||||||
|
|
||||||
|
#Same PA params for P304,P305, P306, P307
|
||||||
|
|
||||||
|
pa0b0=5447
|
||||||
|
pa0b1=-607
|
||||||
|
pa0b2=-160
|
||||||
|
pa0itssit=62
|
||||||
|
pa1itssit=62
|
||||||
|
|
||||||
|
|
||||||
|
cckPwrOffset=5
|
||||||
|
ccode=0
|
||||||
|
rssismf2g=0xa
|
||||||
|
rssismc2g=0x3
|
||||||
|
rssisav2g=0x7
|
||||||
|
triso2g=0
|
||||||
|
noise_cal_enable_2g=0
|
||||||
|
noise_cal_po_2g=0
|
||||||
|
swctrlmap_2g=0x04040404,0x02020202,0x02020202,0x010101,0x1ff
|
||||||
|
temp_add=29767
|
||||||
|
temp_mult=425
|
||||||
|
|
||||||
|
btc_flags=0x6
|
||||||
|
btc_params0=5000
|
||||||
|
btc_params1=1000
|
||||||
|
btc_params6=63
|
||||||
@ -1 +0,0 @@
|
|||||||
../macchiatobin/genimage.cfg
|
|
||||||
16
board/solidrun/clearfog_gt_8k/genimage.cfg
Normal file
16
board/solidrun/clearfog_gt_8k/genimage.cfg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
image sdcard.img {
|
||||||
|
hdimage {
|
||||||
|
}
|
||||||
|
|
||||||
|
partition uboot {
|
||||||
|
in-partition-table = "no"
|
||||||
|
image = "flash-image.bin"
|
||||||
|
offset = 2M
|
||||||
|
}
|
||||||
|
|
||||||
|
partition rootfs {
|
||||||
|
partition-type = 0x83
|
||||||
|
offset = 34M
|
||||||
|
image = "rootfs.ext4"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1 +0,0 @@
|
|||||||
../macchiatobin/post-build-mainline.sh
|
|
||||||
5
board/solidrun/clearfog_gt_8k/post-build-mainline.sh
Executable file
5
board/solidrun/clearfog_gt_8k/post-build-mainline.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
BOARD_DIR="$(dirname $0)"
|
||||||
|
|
||||||
|
install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf
|
||||||
@ -1 +0,0 @@
|
|||||||
../macchiatobin/uboot-fragment.config
|
|
||||||
2
board/solidrun/clearfog_gt_8k/uboot-fragment.config
Normal file
2
board/solidrun/clearfog_gt_8k/uboot-fragment.config
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONFIG_ENV_IS_IN_MMC=y
|
||||||
|
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
|
||||||
@ -1 +0,0 @@
|
|||||||
../barebox.hash
|
|
||||||
8
boot/barebox/barebox-aux/barebox-aux.hash
Normal file
8
boot/barebox/barebox-aux/barebox-aux.hash
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# From https://www.barebox.org/download/barebox-2021.12.0.tar.bz2.md5
|
||||||
|
md5 e4970687cf7943eadf71b1ae6d344ff7 barebox-2022.04.0.tar.bz2
|
||||||
|
|
||||||
|
# Locally calculated
|
||||||
|
sha256 f751b506deb0a5d82682a85cf65e329dd562e48ea057533dc5c8876120a09ebc barebox-2022.04.0.tar.bz2
|
||||||
|
|
||||||
|
# License files, locally computed
|
||||||
|
sha256 ab1122aa9f9073ad1ec824edcd970b16a6a7881a34a18fd56c080debb2dca5d4 COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
../barebox.hash
|
|
||||||
8
boot/barebox/barebox/barebox.hash
Normal file
8
boot/barebox/barebox/barebox.hash
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# From https://www.barebox.org/download/barebox-2021.12.0.tar.bz2.md5
|
||||||
|
md5 e4970687cf7943eadf71b1ae6d344ff7 barebox-2022.04.0.tar.bz2
|
||||||
|
|
||||||
|
# Locally calculated
|
||||||
|
sha256 f751b506deb0a5d82682a85cf65e329dd562e48ea057533dc5c8876120a09ebc barebox-2022.04.0.tar.bz2
|
||||||
|
|
||||||
|
# License files, locally computed
|
||||||
|
sha256 ab1122aa9f9073ad1ec824edcd970b16a6a7881a34a18fd56c080debb2dca5d4 COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
website/images
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../bluez5_utils/bluez5_utils.hash
|
|
||||||
5
package/bluez5_utils-headers/bluez5_utils-headers.hash
Normal file
5
package/bluez5_utils-headers/bluez5_utils-headers.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
|
||||||
|
sha256 ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34 bluez-5.64.tar.xz
|
||||||
|
# Locally computed
|
||||||
|
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
|
||||||
|
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB
|
||||||
@ -1 +0,0 @@
|
|||||||
../procps-ng/S02sysctl
|
|
||||||
94
package/busybox/S02sysctl
Normal file
94
package/busybox/S02sysctl
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# This script is used by busybox and procps-ng.
|
||||||
|
#
|
||||||
|
# With procps-ng, the "--system" option of sysctl also enables "--ignore", so
|
||||||
|
# errors are not reported via syslog. Use the run_logger function to mimic the
|
||||||
|
# --system behavior, still reporting errors via syslog. Users not interested
|
||||||
|
# on error reports can add "-e" to SYSCTL_ARGS.
|
||||||
|
#
|
||||||
|
# busybox does not have a "--system" option neither reports errors via syslog,
|
||||||
|
# so the scripting provides a consistent behavior between the implementations.
|
||||||
|
# Testing the busybox sysctl exit code is fruitless, as at the moment, since
|
||||||
|
# its exit status is zero even if errors happen. Hopefully this will be fixed
|
||||||
|
# in a future busybox version.
|
||||||
|
|
||||||
|
PROGRAM="sysctl"
|
||||||
|
|
||||||
|
SYSCTL_ARGS=""
|
||||||
|
|
||||||
|
# shellcheck source=/dev/null
|
||||||
|
[ -r "/etc/default/$PROGRAM" ] && . "/etc/default/$PROGRAM"
|
||||||
|
|
||||||
|
# Files are read from directories in the SYSCTL_SOURCES list, in the given
|
||||||
|
# order. A file may be used more than once, since there can be multiple
|
||||||
|
# symlinks to it. No attempt is made to prevent this.
|
||||||
|
SYSCTL_SOURCES="/etc/sysctl.d/ /usr/local/lib/sysctl.d/ /usr/lib/sysctl.d/ /lib/sysctl.d/ /etc/sysctl.conf"
|
||||||
|
|
||||||
|
# If the logger utility is available all messages are sent to syslog, except
|
||||||
|
# for the final status. The file redirections do the following:
|
||||||
|
#
|
||||||
|
# - stdout is redirected to syslog with facility.level "kern.info"
|
||||||
|
# - stderr is redirected to syslog with facility.level "kern.err"
|
||||||
|
# - file dscriptor 4 is used to pass the result to the "start" function.
|
||||||
|
#
|
||||||
|
run_logger() {
|
||||||
|
# shellcheck disable=SC2086 # we need the word splitting
|
||||||
|
find $SYSCTL_SOURCES -maxdepth 1 -name '*.conf' -print0 2> /dev/null | \
|
||||||
|
xargs -0 -r -n 1 readlink -f | {
|
||||||
|
prog_status="OK"
|
||||||
|
while :; do
|
||||||
|
read -r file || {
|
||||||
|
echo "$prog_status" >&4
|
||||||
|
break
|
||||||
|
}
|
||||||
|
echo "* Applying $file ..."
|
||||||
|
/sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
|
||||||
|
done 2>&1 >&3 | /usr/bin/logger -t sysctl -p kern.err
|
||||||
|
} 3>&1 | /usr/bin/logger -t sysctl -p kern.info
|
||||||
|
}
|
||||||
|
|
||||||
|
# If logger is not available all messages are sent to stdout/stderr.
|
||||||
|
run_std() {
|
||||||
|
# shellcheck disable=SC2086 # we need the word splitting
|
||||||
|
find $SYSCTL_SOURCES -maxdepth 1 -name '*.conf' -print0 2> /dev/null | \
|
||||||
|
xargs -0 -r -n 1 readlink -f | {
|
||||||
|
prog_status="OK"
|
||||||
|
while :; do
|
||||||
|
read -r file || {
|
||||||
|
echo "$prog_status" >&4
|
||||||
|
break
|
||||||
|
}
|
||||||
|
echo "* Applying $file ..."
|
||||||
|
/sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ -x /usr/bin/logger ]; then
|
||||||
|
run_program="run_logger"
|
||||||
|
else
|
||||||
|
run_program="run_std"
|
||||||
|
fi
|
||||||
|
|
||||||
|
start() {
|
||||||
|
printf '%s %s: ' "$1" "$PROGRAM"
|
||||||
|
status=$("$run_program" 4>&1)
|
||||||
|
echo "$status"
|
||||||
|
if [ "$status" = "OK" ]; then
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
start)
|
||||||
|
start "Running";;
|
||||||
|
restart|reload)
|
||||||
|
start "Rerunning";;
|
||||||
|
stop)
|
||||||
|
:;;
|
||||||
|
*)
|
||||||
|
echo "Usage: $0 {start|stop|restart|reload}"
|
||||||
|
exit 1
|
||||||
|
esac
|
||||||
@ -1 +0,0 @@
|
|||||||
../fftw.hash
|
|
||||||
5
package/fftw/fftw-double/fftw-double.hash
Normal file
5
package/fftw/fftw-double/fftw-double.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From http://www.fftw.org/fftw-3.3.8.tar.gz.md5sum
|
||||||
|
md5 8aac833c943d8e90d51b697b27d4384d fftw-3.3.8.tar.gz
|
||||||
|
# Locally computed
|
||||||
|
sha256 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 fftw-3.3.7.tar.gz
|
||||||
|
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
../fftw.hash
|
|
||||||
5
package/fftw/fftw-long-double/fftw-long-double.hash
Normal file
5
package/fftw/fftw-long-double/fftw-long-double.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From http://www.fftw.org/fftw-3.3.8.tar.gz.md5sum
|
||||||
|
md5 8aac833c943d8e90d51b697b27d4384d fftw-3.3.8.tar.gz
|
||||||
|
# Locally computed
|
||||||
|
sha256 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 fftw-3.3.7.tar.gz
|
||||||
|
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
../fftw.hash
|
|
||||||
5
package/fftw/fftw-quad/fftw-quad.hash
Normal file
5
package/fftw/fftw-quad/fftw-quad.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From http://www.fftw.org/fftw-3.3.8.tar.gz.md5sum
|
||||||
|
md5 8aac833c943d8e90d51b697b27d4384d fftw-3.3.8.tar.gz
|
||||||
|
# Locally computed
|
||||||
|
sha256 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 fftw-3.3.7.tar.gz
|
||||||
|
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
../fftw.hash
|
|
||||||
5
package/fftw/fftw-single/fftw-single.hash
Normal file
5
package/fftw/fftw-single/fftw-single.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From http://www.fftw.org/fftw-3.3.8.tar.gz.md5sum
|
||||||
|
md5 8aac833c943d8e90d51b697b27d4384d fftw-3.3.8.tar.gz
|
||||||
|
# Locally computed
|
||||||
|
sha256 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 fftw-3.3.7.tar.gz
|
||||||
|
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
|
||||||
@ -1 +0,0 @@
|
|||||||
../gcc.hash
|
|
||||||
13
package/gcc/gcc-final/gcc-final.hash
Normal file
13
package/gcc/gcc-final/gcc-final.hash
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
|
||||||
|
sha512 6de904f552a02de33b11ef52312bb664396efd7e1ce3bbe37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
|
||||||
|
sha512 440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
|
||||||
|
sha512 f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-12.1.0/sha512.sum
|
||||||
|
sha512 2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900 gcc-12.1.0.tar.xz
|
||||||
|
|
||||||
|
# Locally calculated (fetched from Github)
|
||||||
|
sha512 b0853e2b1c5998044392023fa653e399e74118c46e616504ac59e1a2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release.tar.gz
|
||||||
|
# Locally calculated (fetched from Github)
|
||||||
|
sha512 2de7cf47333a4092b02d3bb98f4206f14966f1d139a724d09cf3b22f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-20170218.tar.gz
|
||||||
@ -1 +0,0 @@
|
|||||||
../gcc.hash
|
|
||||||
13
package/gcc/gcc-initial/gcc-initial.hash
Normal file
13
package/gcc/gcc-initial/gcc-initial.hash
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
|
||||||
|
sha512 6de904f552a02de33b11ef52312bb664396efd7e1ce3bbe37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
|
||||||
|
sha512 440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
|
||||||
|
sha512 f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
|
||||||
|
# From https://gcc.gnu.org/pub/gcc/releases/gcc-12.1.0/sha512.sum
|
||||||
|
sha512 2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900 gcc-12.1.0.tar.xz
|
||||||
|
|
||||||
|
# Locally calculated (fetched from Github)
|
||||||
|
sha512 b0853e2b1c5998044392023fa653e399e74118c46e616504ac59e1a2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release.tar.gz
|
||||||
|
# Locally calculated (fetched from Github)
|
||||||
|
sha512 2de7cf47333a4092b02d3bb98f4206f14966f1d139a724d09cf3b22f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-20170218.tar.gz
|
||||||
@ -1 +0,0 @@
|
|||||||
../kodi/kodi.hash
|
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 cc026f59fd6e37ae90f3449df50810f1cefa37da9444e1188302d910518710da kodi-19.4-Matrix.tar.gz
|
||||||
|
sha256 38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d kodi-libdvdcss-1.4.2-Leia-Beta-5.tar.gz
|
||||||
|
sha256 071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
|
||||||
|
sha256 a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
|
||||||
|
sha256 9d2396ef3e091d3b82bc84143e070700412984e8589513570f54e0675d1e8851 LICENSE.md
|
||||||
@ -1 +0,0 @@
|
|||||||
../kodi/kodi.hash
|
|
||||||
6
package/kodi-texturepacker/kodi-texturepacker.hash
Normal file
6
package/kodi-texturepacker/kodi-texturepacker.hash
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 cc026f59fd6e37ae90f3449df50810f1cefa37da9444e1188302d910518710da kodi-19.4-Matrix.tar.gz
|
||||||
|
sha256 38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d kodi-libdvdcss-1.4.2-Leia-Beta-5.tar.gz
|
||||||
|
sha256 071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
|
||||||
|
sha256 a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
|
||||||
|
sha256 9d2396ef3e091d3b82bc84143e070700412984e8589513570f54e0675d1e8851 LICENSE.md
|
||||||
@ -1 +0,0 @@
|
|||||||
../../linux/linux.hash
|
|
||||||
17
package/linux-headers/linux-headers.hash
Normal file
17
package/linux-headers/linux-headers.hash
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||||
|
sha256 4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628 linux-5.17.15.tar.xz
|
||||||
|
sha256 da47d9a80b694548835ccb553b6eb1a1f3f5d5cddd9e2bd6f4886b99ca14f940 linux-5.15.67.tar.xz
|
||||||
|
sha256 3f47ebdb9afe152a0c32c1157336ef13fa5cc08ac6d884dfc1f6ddc2b7dba268 linux-5.10.142.tar.xz
|
||||||
|
sha256 09c72e3dd85df773eb52e53e25c556d132958bd775b0ed6985a6b1ac21c9cfc2 linux-5.4.212.tar.xz
|
||||||
|
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||||
|
sha256 2283c1af5373c43e79adca6987174d932989a8b2551405e83e2e39ebe31e06d2 linux-4.9.327.tar.xz
|
||||||
|
sha256 70f4df21901a654632ebbb533884ccaf117a29b14e6f2b672f0c36613c3e897d linux-4.14.292.tar.xz
|
||||||
|
sha256 eadd13aa70f37cdf50eef45c5964bd7146d353b61a1fd026d4fa0b2a68a3ea47 linux-4.19.257.tar.xz
|
||||||
|
# Locally computed
|
||||||
|
sha256 f3559be277be9200897022282be18cfc0278d1d8baec8058305b04b9cd72002a linux-cip-5.10.115-cip7.tar.gz
|
||||||
|
sha256 71fba4ed5cb48fa7869e9fe271b68b77fed26775ce5cf2f50891aa8f71c388b3 linux-cip-5.10.109-cip5-rt4.tar.gz
|
||||||
|
|
||||||
|
# Licenses hashes
|
||||||
|
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||||
|
sha256 f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79 LICENSES/preferred/GPL-2.0
|
||||||
|
sha256 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f LICENSES/exceptions/Linux-syscall-note
|
||||||
@ -1 +0,0 @@
|
|||||||
../glibc/glibc.hash
|
|
||||||
7
package/localedef/localedef.hash
Normal file
7
package/localedef/localedef.hash
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Locally calculated (fetched from Github)
|
||||||
|
sha256 f339586a104a8e12ff44d38fb24574d2abe694ddba322404f8bc1a50f4343228 glibc-2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4.tar.gz
|
||||||
|
|
||||||
|
# Hashes for license files
|
||||||
|
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||||
|
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
|
||||||
|
sha256 b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc LICENSES
|
||||||
@ -1 +0,0 @@
|
|||||||
../mesa3d/mesa3d.hash
|
|
||||||
5
package/mesa3d-headers/mesa3d-headers.hash
Normal file
5
package/mesa3d-headers/mesa3d-headers.hash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# From https://lists.freedesktop.org/archives/mesa-announce/2022-August/000683.html
|
||||||
|
sha256 22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a mesa-22.1.6.tar.xz
|
||||||
|
sha512 3b2a0bb781c3d540401e6f51e3cf0d87d4e22923b6a5a4ea9d8ce5c79b4a2d5e8b1c237a36325d7d7178448ae102470ebefb312644dc09818cce91fd5439cb07 mesa-22.1.6.tar.xz
|
||||||
|
# License
|
||||||
|
sha256 4bc15d14dcc134b024cbdca3b5330010136ce8a427b6f8353440ce2ad7aab037 docs/license.rst
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp/log
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/etc/init.d/sysv-rcs
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../run/lock
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../run
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp/log
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../run/lock
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../run
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../util-linux.hash
|
|
||||||
9
package/util-linux/util-linux-libs/util-linux-libs.hash
Normal file
9
package/util-linux/util-linux-libs/util-linux-libs.hash
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# From https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/sha256sums.asc
|
||||||
|
sha256 6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64 util-linux-2.38.tar.xz
|
||||||
|
# License files, locally calculated
|
||||||
|
sha256 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955 README.licensing
|
||||||
|
sha256 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d Documentation/licenses/COPYING.BSD-3-Clause
|
||||||
|
sha256 ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8 Documentation/licenses/COPYING.BSD-4-Clause-UC
|
||||||
|
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Documentation/licenses/COPYING.GPL-2.0-or-later
|
||||||
|
sha256 e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63 Documentation/licenses/COPYING.ISC
|
||||||
|
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 Documentation/licenses/COPYING.LGPL-2.1-or-later
|
||||||
@ -1 +0,0 @@
|
|||||||
post-build.sh
|
|
||||||
12
support/testing/tests/core/post-fakeroot.sh
Executable file
12
support/testing/tests/core/post-fakeroot.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
(
|
||||||
|
printf "arg1,%s\n" "${1}"
|
||||||
|
printf "arg2,%s\n" "${2}"
|
||||||
|
printf "arg3,%s\n" "${3}"
|
||||||
|
printf "TARGET_DIR,%s\n" "${TARGET_DIR}"
|
||||||
|
printf "BUILD_DIR,%s\n" "${BUILD_DIR}"
|
||||||
|
printf "HOST_DIR,%s\n" "${HOST_DIR}"
|
||||||
|
printf "STAGING_DIR,%s\n" "${STAGING_DIR}"
|
||||||
|
printf "BINARIES_DIR,%s\n" "${BINARIES_DIR}"
|
||||||
|
printf "BR2_CONFIG,%s\n" "${BR2_CONFIG}"
|
||||||
|
) > ${BUILD_DIR}/$(basename "${0}" .sh).log
|
||||||
@ -1 +0,0 @@
|
|||||||
post-build.sh
|
|
||||||
12
support/testing/tests/core/post-image.sh
Executable file
12
support/testing/tests/core/post-image.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
(
|
||||||
|
printf "arg1,%s\n" "${1}"
|
||||||
|
printf "arg2,%s\n" "${2}"
|
||||||
|
printf "arg3,%s\n" "${3}"
|
||||||
|
printf "TARGET_DIR,%s\n" "${TARGET_DIR}"
|
||||||
|
printf "BUILD_DIR,%s\n" "${BUILD_DIR}"
|
||||||
|
printf "HOST_DIR,%s\n" "${HOST_DIR}"
|
||||||
|
printf "STAGING_DIR,%s\n" "${STAGING_DIR}"
|
||||||
|
printf "BINARIES_DIR,%s\n" "${BINARIES_DIR}"
|
||||||
|
printf "BR2_CONFIG,%s\n" "${BR2_CONFIG}"
|
||||||
|
) > ${BUILD_DIR}/$(basename "${0}" .sh).log
|
||||||
@ -1 +0,0 @@
|
|||||||
../proc/self/fd
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../proc/self/fd/2
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../proc/self/fd/0
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../proc/self/fd/1
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../proc/self/mounts
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../tmp/resolv.conf
|
|
||||||
Reference in New Issue
Block a user