Openembedded Core Discussions
 help / color / mirror / Atom feed
* how to exclude files when packaging?
@ 2011-11-17  2:29 Ni Qingliang
  2011-11-17  8:14 ` McClintock Matthew-B29882
  2011-11-17  9:10 ` Koen Kooi
  0 siblings, 2 replies; 10+ messages in thread
From: Ni Qingliang @ 2011-11-17  2:29 UTC (permalink / raw)
  To: openembedded-core

Hello, All:
	I'm working on opensaf, wrote a bb file for it,
and found that the FILES_${PN} has included /usr/lib/${PN}/*.
but there are some .a and .so(symlink) in /usr/lib/${PN}, which will
result QA issue.
	how to exclude some files (e.g. *.a, *.so) in FILES_${PN}?

	there are some elf in /usr/lib/${PN} whose prefix is not 'lib', so if
no 'exclude' feature, I must redefine FILES_${PN} like this:
	FILES_${PN} = "/usr/lib/${PN}/*.so.* \
                       /usr/lib/${PN}/saf* \
                       /usr/lib/${PN}/open* \
                       /usr/lib/${PN}/immload \
                       /usr/lib/${PN}/nid_tipc \
                       /usr/lib/${PN}/smf* \
                       /usr/lib/${PN}/clc-cli/*"


-- 
Yi Qingliang
niqingliang@insigma.com.cn
https://niqingliang2003.wordpress.com




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-17 19:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17  2:29 how to exclude files when packaging? Ni Qingliang
2011-11-17  8:14 ` McClintock Matthew-B29882
2011-11-17  8:56   ` Martin Jansa
2011-11-17  8:57   ` Henning Heinold
2011-11-17  9:12     ` Ni Qingliang
2011-11-17 19:38       ` Mark Hatle
2011-11-17 19:43         ` Chris Larson
2011-11-17 19:51           ` Mark Hatle
2011-11-17  9:10 ` Koen Kooi
2011-11-17  9:30   ` Ni Qingliang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox