mirror of
git://git.yoctoproject.org/poky
synced 2026-09-14 01:07:03 +00:00
bitbake.conf: Add base_libdir_nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
3b154ffbb6
commit
cc86905780
@ -46,6 +46,7 @@ bindir_cross = "/bin"
|
||||
prefix_nativesdk = "/usr"
|
||||
bindir_nativesdk = "${prefix_nativesdk}/bin"
|
||||
libdir_nativesdk = "${prefix_nativesdk}/lib"
|
||||
base_libdir_nativesdk = "/lib"
|
||||
|
||||
#
|
||||
# Cross recipes need to know about the target layout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user