From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81E70C369AE for ; Sat, 12 Apr 2025 14:22:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 4BA1D81678; Sat, 12 Apr 2025 14:22:09 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 7sfmezR-gKkT; Sat, 12 Apr 2025 14:22:08 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8518981763 Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp1.osuosl.org (Postfix) with ESMTP id 8518981763; Sat, 12 Apr 2025 14:22:08 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists1.osuosl.org (Postfix) with ESMTP id 3448A108 for ; Sat, 12 Apr 2025 14:22:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 858B4812F7 for ; Sat, 12 Apr 2025 14:22:03 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 0KQpqjOMHawn for ; Sat, 12 Apr 2025 14:22:03 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2a01:e0c:1:1599::12; helo=smtp3-g21.free.fr; envelope-from=ju.o@free.fr; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org E125C80A70 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org E125C80A70 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by smtp1.osuosl.org (Postfix) with ESMTPS id E125C80A70 for ; Sat, 12 Apr 2025 14:22:02 +0000 (UTC) Received: from webmail.free.fr (unknown [172.20.246.3]) (Authenticated sender: ju.o@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPA id BF99713F8C8; Sat, 12 Apr 2025 16:21:54 +0200 (CEST) Received: from 2a01:e0a:485:b220:656e:cf44:475c:a8d2 via 2a01:e0a:485:b220:656e:cf44:475c:a8d2 by webmail.free.fr with HTTP (HTTP/1.0 POST); Sat, 12 Apr 2025 16:21:54 +0200 MIME-Version: 1.0 Date: Sat, 12 Apr 2025 16:21:54 +0200 From: Julien Olivain To: Vladimir Oltean Cc: buildroot@buildroot.org, Ioana Ciornei , Brandon Maier , Vincent Jardin , Romain Naour , Akhilesh Nema In-Reply-To: <20250328180427.3434693-3-olteanv@gmail.com> References: <20250328180427.3434693-1-olteanv@gmail.com> <20250328180427.3434693-3-olteanv@gmail.com> User-Agent: Webmail Free/1.6.10 Message-ID: X-Sender: ju.o@free.fr X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1744467721; bh=3uZ7KiE+5BMn81phN9oezppilkXChs2pRFZntIueqKE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=esD9rsdz87cbS7E8spiEnlfuD8vj9FeAKkYZZrxtjc4yrcTecViZDSyJma5dHf0ZD HmAz9Hz5l0n4QrGZSyMbzP+jjSHSDo7ylZS3XhG0jSzcpbX6mESYEo64+FLyUu6oJm icd5QiGO0hciF/sFxCj14z9e9l3PQ+zYmHPYBzL62vkGG2u9tA5DVfx6ntYHS9HPBX opb8DLWKm9cvMfUEg1ClCrOBqdVyIDnTtD8X+0mrMcv9cDmooGUi1DkQ/ta16SonIr ISxpjKSlqgrYz+so0jH2H/OM2UgZzaIJYGGmAACC2AA8cFs8VHDvqjVRvzzuXKhEG7 40k6RH/cW71Qw== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dmarc=pass (p=none dis=none) header.from=free.fr X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=esD9rsdz Subject: Re: [Buildroot] [PATCH v2 02/18] configs/ls1046a-rdb: enable the fmc package and dependencies X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On 28/03/2025 19:04, Vladimir Oltean wrote: > Since LS1046A-RDB uses the Linux Factory-supplied lsdk.config, it > disables the upstream DPAA1 kernel networking drivers and enables their > SDK counterparts. These SDK kernel drivers are configured using the fmc > tool to do basic things such as apply a default PCD, so it seems a > reasonable idea to enable this package by default. > > Since fmc uses C++, we need to add the standard library for that, which > also seems to increase the rootfs size. > > Signed-off-by: Vladimir Oltean Applied to master, thanks. _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot