From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 3432C71E4B for ; Mon, 11 Sep 2017 07:29:58 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id v8B7U0RP016823 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 11 Sep 2017 00:30:00 -0700 (PDT) Received: from pek-lpggp1.wrs.com (128.224.153.74) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.361.1; Mon, 11 Sep 2017 00:29:59 -0700 From: Dengke Du To: Date: Mon, 11 Sep 2017 03:29:57 -0400 Message-ID: X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Subject: [PATCH 0/1] ovmf: fix do_compile error when len(tmp)=410 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, 11 Sep 2017 07:29:59 -0000 Content-Type: text/plain The following changes since commit 8b4f16a9cbbaf521461f699b7264fac2ac872581: mesa-gl: Fix build after recent mesa PACKAGECONFIG changes (2017-09-05 15:01:02 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/fix-ovmf-do-compile-error-when-enable-long-file-path https://github.com//tree/dengke/fix-ovmf-do-compile-error-when-enable-long-file-path Dengke Du (1): ovmf: fix do_compile error when len(tmp)=410 .../ovmf/0004-ovmf-enable-long-path-file.patch | 28 ++++++++++++++++++++++ meta/recipes-core/ovmf/ovmf_git.bb | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/ovmf/ovmf/0004-ovmf-enable-long-path-file.patch -- 2.8.1