Branch: refs/heads/master-next Home: https://github.com/OpenAMP/meta-openamp Commit: 70ef735bba1f154dd97c32ab2d206477b3078455 https://github.com/OpenAMP/meta-openamp/commit/70ef735bba1f154dd97c32ab2d206... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths: R recipes-openamp/libmetal/libmetal-xlnx_v2022.1.bb R recipes-openamp/libmetal/libmetal-xlnx_v2022.2.bb R recipes-openamp/open-amp/open-amp-xlnx_v2022.1.bb R recipes-openamp/open-amp/open-amp-xlnx_v2022.2.bb A vendor/xilinx/recipes-openamp/libmetal/libmetal-xlnx_v2022.1.bb A vendor/xilinx/recipes-openamp/libmetal/libmetal-xlnx_v2022.2.bb A vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx_v2022.1.bb A vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx_v2022.2.bb
Log Message: ----------- Move libmetal-xlnx and open-amp-xlnx to the Xilinx vendor area
Beside the move, the include needed to be modified since we're re-using the core libmetal/open-amp inc file.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: dc8616778de950a0f168f5e5c3afb3ad81baf0a3 https://github.com/OpenAMP/meta-openamp/commit/dc8616778de950a0f168f5e5c3afb... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: A recipes-openamp/libmetal/libmetal-dev_git.bb M recipes-openamp/libmetal/libmetal.inc R recipes-openamp/libmetal/libmetal_git.bb
Log Message: ----------- libmetal: Allow for multiple providers, and selection with PREFERRED_PROVIDER
Follow the example of the linux-yocto recipe, and allow for multiple providers, including the base libmetal, libmetal-dev and optional libmetal-<vendor> recipes.
libmetal-dev was also modified that only if selected will it use AUTOREV this ensures on a build w/o network access we don't get a failure evaluating the AUTOREV.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: 905dd8e62122ee0e68c7ea1b10b25b13b651f004 https://github.com/OpenAMP/meta-openamp/commit/905dd8e62122ee0e68c7ea1b10b25... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: A recipes-openamp/open-amp/open-amp-dev_git.bb M recipes-openamp/open-amp/open-amp.inc R recipes-openamp/open-amp/open-amp_git.bb
Log Message: ----------- open-amp: Allow for multiple providers, and selection with PREFERRED_PROVIDER
Like libmetal, follow the example of libmetal and allow for multiple providers, including the base open-amp, open-amp-dev and optional open-amp-<vendor> recipes.
open-amp-dev was also modified that only if selected will it use AUTOREV. This ensures a build w/o network access doesn't get a failure when evaluating the AUTOREV.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: 197a5ec03831f3101968bc9931f98c1a8f350b54 https://github.com/OpenAMP/meta-openamp/commit/197a5ec03831f3101968bc9931f98... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: A vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/libmetal/libmetal-xlnx-standalone.bb R vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/libmetal/libmetal_standalone.bb A vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp-decoupling.bb A vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp-standalone.bb R vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp_decoupling.bb R vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp_standalone.bb
Log Message: ----------- vendor/xilinx: Rename alternative experimental open-amp and libmetal version
The versions were renamed so that they can now be selected using PREFERRED_PROVIDER.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: 6a9a0724381fd37eedfdbd96e64d736a1fe57e1a https://github.com/OpenAMP/meta-openamp/commit/6a9a0724381fd37eedfdbd96e64d7... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: M vendor/xilinx/layer.inc
Log Message: ----------- vendor/xilinx/layer.inc: Blacklisting is no longer required
Additionally PNBLACKLIST is no longer supported in newer releases, This can throw an error if enabled.
Reported-by: Varalaxmi Bingi varalaxmi.bingi@xilinx.com Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: 8f65620d127daeb47acb12e817d688ed867be2b2 https://github.com/OpenAMP/meta-openamp/commit/8f65620d127daeb47acb12e817d68... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: M conf/layer.conf M vendor/xilinx/layer.inc
Log Message: ----------- layer.conf: Rework vendor specific inclusions
Including the vendor layer information using ${@...} syntax is not reliable as the order of the BBFILES_COLLECTIONS can change depending on layer.conf and other factors.
Instead move to include all of the vendor layer.inc files, but set the rule that a layer.inc file must only use BBFILES_DYNAMIC and any other settings must not conflict with non-vendor or other potential vendor's setitngs.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: 3417e2c42fcff2a8aa2c293b36e9cb64adc1dd32 https://github.com/OpenAMP/meta-openamp/commit/3417e2c42fcff2a8aa2c293b36e9c... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: M vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx_v2022.2.bb
Log Message: ----------- vendor/xilinx open-amp-xlnx: Point to vendor open-amp fork
The specific commit is only available in the vendor's fork and not the full open-amp tree.
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Commit: cd5cc9274321ea9d808a7800cfcba26320cf53a5 https://github.com/OpenAMP/meta-openamp/commit/cd5cc9274321ea9d808a7800cfcba... Author: Mark Hatle mark.hatle@kernel.crashing.org Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths: M recipes-openamp/open-amp/open-amp.inc
Log Message: ----------- open-amp: Fix ALLOW_EMPTY for demos package
Signed-off-by: Mark Hatle mark.hatle@kernel.crashing.org
Compare: https://github.com/OpenAMP/meta-openamp/compare/1e06a82f039c...cd5cc9274321
openamp-rp@lists.openampproject.org