Skip to content

Commit be1b917

Browse files
committed
update comment for unsupported synokernel packages
1 parent ece55ca commit be1b917

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

spk/synokernel-cdrom/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ CHANGELOG = "1. Support DSM-7.1 and DSM-7.2"
1515

1616
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
1717
# archs with kernel 5.x fail to build
18+
# error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
19+
# with installation of elfutils and libelf-dev to the development environment,
20+
# it further fails with error: pointer may be used after ‘realloc’ [-Werror=use-after-free]
1821
UNSUPPORTED_ARCHS += epyc7002 rtd1619b
19-
# we only have northstar for SRM 1.2, but this fails with:
22+
# we only have ipq806x for SRM 1.2, but this fails with:
2023
# /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
2124
REQUIRED_MIN_SRM = 1.3
2225

spk/synokernel-usbserial/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ CHANGELOG = "1. Support DSM-7.1 and DSM-7.2"
2020

2121
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
2222
# archs with kernel 5.x fail to build
23+
# error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
24+
# with installation of elfutils and libelf-dev to the development environment,
25+
# it further fails with error: pointer may be used after ‘realloc’ [-Werror=use-after-free]
2326
UNSUPPORTED_ARCHS += epyc7002 rtd1619b
24-
# we only have northstar for SRM 1.2, but this fails with:
27+
# we only have ipq806x for SRM 1.2, but this fails with:
2528
# /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
2629
REQUIRED_MIN_SRM = 1.3
2730

0 commit comments

Comments
 (0)