[Bug 1591101] Re: fdt_stringlist_contains missing from linker script
Colin Ian King
1591101 at bugs.launchpad.net
Fri Jun 10 10:07:40 UTC 2016
Uploaded fix for Yakkety in ppa:colin-king/dtc-lp1591101
** Changed in: device-tree-compiler (Ubuntu)
Importance: High => Medium
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to device-tree-compiler in Ubuntu.
https://bugs.launchpad.net/bugs/1591101
Title:
fdt_stringlist_contains missing from linker script
Status in device-tree-compiler package in Ubuntu:
In Progress
Bug description:
fdt_stringlist_contains is missing from the library when one links to
libfdt. Upstream commit f58799be130e27cc729cb2d45566daa0bb3b8605
("libfdt: Add some missing symbols to version.lds") adds this and
other missing tables to the linker script:
diff --git a/libfdt/version.lds b/libfdt/version.lds
index f19f157..1f4e1ea 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -57,6 +57,10 @@ LIBFDT_1.2 {
fdt_next_property_offset;
fdt_first_subnode;
fdt_next_subnode;
+ fdt_address_cells;
+ fdt_size_cells;
+ fdt_stringlist_contains;
+ fdt_resize;
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/device-tree-compiler/+bug/1591101/+subscriptions
More information about the foundations-bugs
mailing list