mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
09a2b5d29a | ||
![]() |
6d72e980b5 | ||
![]() |
ab43b05983 | ||
![]() |
458651889d |
19
README
19
README
|
@ -10,7 +10,7 @@ URI: git://git.openembedded.org/openembedded-core
|
|||
branch: danny
|
||||
revision: HEAD
|
||||
|
||||
URI: git://github.com/Freescale/meta-fsl-arm.git
|
||||
URI: git://git.yoctoproject.org/meta-fsl-arm
|
||||
branch: danny
|
||||
revision: HEAD
|
||||
|
||||
|
@ -20,5 +20,18 @@ Contributing
|
|||
To contribute to this layer you should the patches for review to the
|
||||
mailing list.
|
||||
|
||||
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
|
||||
Source code: https://github.com/Freescale/meta-fsl-arm-extra
|
||||
Mailing list:
|
||||
|
||||
https://lists.yoctoproject.org/listinfo/meta-freescale
|
||||
|
||||
Source code:
|
||||
|
||||
https://github.com/Freescale/meta-fsl-arm-extra
|
||||
|
||||
When creating a patch of the last commit, use
|
||||
|
||||
git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1
|
||||
|
||||
To send it to the community, use
|
||||
|
||||
git send-email --to meta-freescale@yoctoproject.org <generated patch>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH := "${BBPATH}:${LAYERDIR}"
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have a packages directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "fsl-arm-extra"
|
||||
|
|
|
@ -551,7 +551,7 @@ CONFIG_RFKILL_INPUT=y
|
|||
#
|
||||
CONFIG_UEVENT_HELPER_PATH=""
|
||||
CONFIG_DEVTMPFS=y
|
||||
# CONFIG_DEVTMPFS_MOUNT is not set
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_STANDALONE=y
|
||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||
CONFIG_FW_LOADER=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 10}"
|
||||
PRINC := "${@int(PRINC) + 11}"
|
||||
|
||||
# Board specific patches
|
||||
SRC_URI_append_imx233-olinuxino = " file://imx233-olinuxino.patch"
|
||||
|
|
Loading…
Reference in New Issue
Block a user