From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.yoctoproject.org (mail.yoctoproject.org [198.145.29.25]) by mx.groups.io with SMTP id smtpd.web11.14131.1612892053975207473 for ; Tue, 09 Feb 2021 09:34:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=MtM3e60+; spf=softfail (domain: gmail.com, ip: 198.145.29.25, mailfrom: twoerner@gmail.com) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mail.yoctoproject.org (Postfix) with ESMTPS id 2484B38C0854 for ; Tue, 9 Feb 2021 17:34:13 +0000 (UTC) Received: by mail-qv1-f44.google.com with SMTP id es14so9057033qvb.3 for ; Tue, 09 Feb 2021 09:34:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=RaBrTxobb3hGH1yf2k4M8L6hCSbYlNXbS4cKi+IenBY=; b=MtM3e60+hxlKGIfhymVZkNaDJlqNtnMU56Pr+7DuB358RAlFxdkNbwRlL9sE0WejUh 1Fv/OC66TEQaDQ00Hi7pdz48ni1JZYKd781FZFHaSYFwuy6JAR02FqACIqq5uV7wYS7U RD4Y+lkZOjJ7DV7UrB6JJafL+jTFENugV9D8nIRhtFUrIhZJ8+rlMejqxEqrpFZDk1G4 raFohPW7+p8VZKv+C3ztUOkxbzZptiQmZ5u42m4QX1DiZ8NYEy3+gy+jTdpip9PL5K0O 3926qIWdI6lkGgFTaqWAvbRi88UcvAsx7nz0AnKTGYQhNtIM+mG6DI6ohL5hEACs8fTJ CQYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=RaBrTxobb3hGH1yf2k4M8L6hCSbYlNXbS4cKi+IenBY=; b=nTmS4qCnTOpi4VYFW6YHFW2LfsSFDYFEid2zm+xOsFdPkgsy1Do4rdJOZc9bUzmyI9 /+DQSFguNy6xMPBVXFqW5e8jbDkx10Cj1bRtXA+zPzOkFIVYFBBrI7CetEdJwMND0bon 7Y8nqZSfYGFHP2xU/awQ9Wgmj93gBsqNvnN7bTNU5KVom1b1UvXP8p0mMca7rnVseZtz 79C+vqgZ1jOrkftEtYOEdO+gHIFtY8g/4njMY+ztz6WgffCD270F/Oz6rEvSMRP6PN9P 9DKIqPiRXQVGV59f5H37eeYc+XoBGGbg8/u+KJwz2+ivJaLOrT++ThKtTPAJaGSbur6A wdmw== X-Gm-Message-State: AOAM532q10eRC+jzrrdWdtAf8+gZKHYiL1VwXE8SnDpId85mO7tDYGpt GiW62ekvqyIRHQjLvqwgjo7bqAskLSzr0A== X-Google-Smtp-Source: ABdhPJwAe1eaFzLDBcocEoahFDDAMWMBf6+nVcZ9pnMkAtdLK9qpIqvoNyDJvNpKyPTVzWf/uxqMPA== X-Received: by 2002:ad4:56e8:: with SMTP id cr8mr21844863qvb.6.1612892051709; Tue, 09 Feb 2021 09:34:11 -0800 (PST) Received: from localhost (pppoe-209-91-167-254.vianet.ca. [209.91.167.254]) by smtp.gmail.com with ESMTPSA id h11sm18457012qkj.135.2021.02.09.09.34.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Feb 2021 09:34:10 -0800 (PST) Date: Tue, 9 Feb 2021 12:34:08 -0500 From: "Trevor Woerner" To: meta-freescale@yoctoproject.org Subject: suspicious MACHINE_FIRMWARE for mainline bsp Message-ID: <20210209173408.GA12199@localhost> MIME-Version: 1.0 User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi, In the master branch of https://git.yoctoproject.org/git/meta-freescale.git we find (at line 247): MACHINE_FIRMWARE_append_use-mainline-bsp = " linux-firmware-imx-sdma-imx6q linux-firmware-imx-sdma-imx7d firmware-imx-vpu-imx6q firmware-imx-vpu-imx6d" This looks suspicious to me since firmware-imx things are being included with the use-mainline-bsp OVERRIDE. Building for wandboard fails as a result. Is this intentional/required with mainline? Best regards, Trevor