<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I think this was already merged.</div><div class=""><br class=""></div><div class="">I’d like to see libopenbmc.so get moved.</div><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 28, 2015, at 3:21 PM, Adriana Kobylak <<a href="mailto:anoo@us.ibm.com" class="">anoo@us.ibm.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><tt class=""><font size="2" class="">"openbmc" <<a href="mailto:openbmc-bounces+anoo=us.ibm.com@lists.ozlabs.org" class="">openbmc-bounces+anoo=us.ibm.com@lists.ozlabs.org</a>>
wrote on 10/28/2015 08:48:13 AM:<br class=""><br class="">> From: OpenBMC Patches <<a href="mailto:patches@stwcx.xyz" class="">patches@stwcx.xyz</a>></font></tt><br class=""><tt class=""><font size="2" class="">> To: <a href="mailto:openbmc@lists.ozlabs.org" class="">openbmc@lists.ozlabs.org</a></font></tt><br class=""><tt class=""><font size="2" class="">> Cc: Bradley W Bishop/Rochester/IBM@IBMUS</font></tt><br class=""><tt class=""><font size="2" class="">> Date: 10/28/2015 09:31 AM</font></tt><br class=""><tt class=""><font size="2" class="">> Subject: [PATCH openbmc 1/3] Don't set source
dir to git</font></tt><br class=""><tt class=""><font size="2" class="">> Sent by: "openbmc" <<a href="mailto:openbmc-bounces+anoo=us.ibm.com@lists.ozlabs.org" class="">openbmc-bounces+anoo=us.ibm.com@lists.ozlabs.org</a>></font></tt><br class=""><tt class=""><font size="2" class="">> <br class="">> From: Brad Bishop <<a href="mailto:bradleyb@us.ibm.com" class="">bradleyb@us.ibm.com</a>><br class="">> <br class="">> So that patches can apply.<br class="">> ---<br class="">>  meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb |
10 ++++++----<br class="">>  1 file changed, 6 insertions(+), 4 deletions(-)<br class="">> <br class="">> diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/<br class="">> skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb<br class="">> index d0cf359..0c8687c 100644<br class="">> --- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb<br class="">> +++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb<br class="">> @@ -19,16 +19,18 @@ SRC_URI += "<a href="git://github.com/openbmc/skeleton" class="">git://github.com/openbmc/skeleton</a>"<br class="">>  <br class="">>  SRCREV = "47750bc1c06aebda189f2e8d7862c9d9b9ffe35b"<br class="">>  <br class="">> -S = "${WORKDIR}/git"<br class="">> +S = "${WORKDIR}"<br class="">>  <br class="">>  do_compile() {<br class="">> -        oe_runmake all<br class="">> +        oe_runmake -C git all<br class="">>  }<br class="">>  <br class="">>  do_install() {<br class="">> +        source=${S}/git<br class="">> +<br class="">>          install -d ${D}/${sbindir} ${D}${libdir}<br class="">> -        for i in ${S}/bin/*.py ${S}/bin/*.exe;
do<br class="">> +        for i in ${source}/bin/*.py ${source}/bin/*.exe;
do<br class="">>                  install
$i ${D}/${sbindir}</font></tt><br class=""><br class=""><tt class=""><font size="2" class="">There are new executables in the skeleton bin dir,
like "obmcutil". Should we rename these new executables to have
a *.py extension, or move the *.so to a new skeleton lib dir and have this
recipe pick up all the contents of skeleton bin/*?</font></tt><br class=""><tt class=""><font size="2" class=""><br class="">>          done<br class="">> -        install ${S}/bin/libopenbmc_intf.so ${D}/${libdir}<br class="">> +        install ${source}/bin/libopenbmc_intf.so
${D}/${libdir}<br class="">>  }<br class="">> -- <br class="">> 2.6.0<br class="">> <br class="">> <br class="">> _______________________________________________<br class="">> openbmc mailing list<br class="">> <a href="mailto:openbmc@lists.ozlabs.org" class="">openbmc@lists.ozlabs.org</a><br class="">> </font></tt><a href="https://lists.ozlabs.org/listinfo/openbmc" class=""><tt class=""><font size="2" class="">https://lists.ozlabs.org/listinfo/openbmc</font></tt></a><tt class=""><font size="2" class=""><br class=""></font></tt><br class="">_______________________________________________<br class="">openbmc mailing list<br class=""><a href="mailto:openbmc@lists.ozlabs.org" class="">openbmc@lists.ozlabs.org</a><br class="">https://lists.ozlabs.org/listinfo/openbmc<br class=""></div></blockquote></div><br class=""></body></html>