From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00176a03.pphosted.com (mx0a-00176a03.pphosted.com [67.231.149.52]) by mail.openembedded.org (Postfix) with ESMTP id 55EB560745 for ; Mon, 4 Jan 2016 14:06:49 +0000 (UTC) Received: from pps.filterd (m0048275.ppops.net [127.0.0.1]) by m0048275.ppops.net-00176a03. (8.15.0.59/8.15.0.59) with SMTP id u04DBtxc003344 for ; Mon, 4 Jan 2016 08:15:03 -0500 Received: from cinmlip14.e2k.ad.ge.com (n165-156-000-000.static.ge.com [165.156.4.1] (may be forged)) by m0048275.ppops.net-00176a03. with ESMTP id 207qaar3sx-1 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 04 Jan 2016 08:15:02 -0500 Received: from cinmlip01.e2k.ad.ge.com ([3.159.213.48]) by cinmlip14.e2k.ad.ge.com with ESMTP/TLS/RC4-SHA; 04 Jan 2016 08:15:02 -0500 Received: from unknown (HELO clipsmtp.clients.em.health.ge.com) ([3.187.7.87]) by CINMLIP01.e2k.ad.ge.com with ESMTP; 04 Jan 2016 08:15:00 -0500 Received: from builder0.em.health.ge.com (builder0.em.health.ge.com [3.187.7.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by clipsmtp.clients.em.health.ge.com (Postfix) with ESMTPSA id 5B88610BC393; Mon, 4 Jan 2016 15:10:19 +0200 (EET) From: Ian Ray To: openembedded-core@lists.openembedded.org Date: Mon, 4 Jan 2016 15:14:53 +0200 Message-Id: X-Mailer: git-send-email 2.4.5 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-01-04_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310008 definitions=main-1601040235 Subject: [PATCH 0/1] More fixes for a distro with a merged /usr X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 14:06:54 -0000 When building a distro with a merged /usr[1] the linux-firmware recipe causes /lib to be re-created because of hard-coded paths. Tested by building an image and verifying that rootfs contains a link from lib to usr/lib as expected. 1. https://wiki.freedesktop.org/www/Software/systemd/TheCaseForTheUsrMerge/ Ian Ray (1): linux-firmware: remove hard-coded paths .../linux-firmware/linux-firmware_git.bb | 134 ++++++++++----------- 1 file changed, 67 insertions(+), 67 deletions(-) -- 2.4.5