96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

linux-generic-next: add PSTORE_RAM to selftests/pstore fragment #197

Closed mrchapp closed 6 years ago

mrchapp commented 6 years ago

Needed for pstore_tests: https://bugs.linaro.org/show_bug.cgi?id=3222

Signed-off-by: Daniel Díaz daniel.diaz@linaro.org

mrchapp commented 6 years ago

This can be reverted once Naresh' patch reaches upstream.

fboudra commented 6 years ago

no, we don't apply patches on -next on purpose. It's a tracking tree and a mowing target updated every day. It will break the builds as soon as the changes are landed. The right thing to do here is to upstream the changes and wait for them to land in -next.

mrchapp commented 6 years ago

Is it OK to add it simply like this? I see there is another general config added (NUMA).

+    # Add PSTORE_RAM
+    echo 'CONFIG_PSTORE_RAM=m' >> ${B}/.config

It must happen right after merging kselftest's config fragments.

fboudra commented 6 years ago

CONFIG_PSTORE_RAM isn't a general config or a fixup.