From patchwork Mon Feb 24 11:51:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 323588 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id DDE882C00CD for ; Mon, 24 Feb 2014 22:52:07 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WHu4p-0001lQ-Iv; Mon, 24 Feb 2014 11:52:03 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WHu4e-0001ic-8v for kernel-team@lists.ubuntu.com; Mon, 24 Feb 2014 11:51:52 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1WHu4e-0003mG-67 for kernel-team@lists.ubuntu.com; Mon, 24 Feb 2014 11:51:52 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 4/4] UBUNTU: [Config] build beaglebone and bleaglebone black dtbs Date: Mon, 24 Feb 2014 12:51:48 +0100 Message-Id: <1393242708-10325-5-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1393242708-10325-1-git-send-email-paolo.pisati@canonical.com> References: <1393242708-10325-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati Signed-off-by: Andy Whitcroft --- debian.master/rules.d/armhf.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index 0f86674..99d688f 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -27,6 +27,8 @@ dtb_files_generic += tegra20-seaboard.dtb dtb_files_generic += tegra20-trimslice.dtb dtb_files_generic += tegra20-ventana.dtb dtb_files_generic += tegra20-whistler.dtb +dtb_files_generic += am335x-bone.dtb +dtb_files_generic += am335x-boneblack.dtb dtb_files_generic-lpae += highbank.dtb dtb_files_generic-lpae += vexpress-v2p-ca15-tc1.dtb