Skip to content

rdkcentral/common-library

Repository files navigation

##########################################################################
# If not stated otherwise in this file or this component's Licenses.txt
# file the following copyright and licenses apply:
#
# Copyright 2015 RDK Management
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##########################################################################
1. Configuration

a> refer to each component release notes to find out which catagory needs to be enabled.
   edit "Config" file under the root directory of this package. Mark "Y" at the end of line of each catagory to enable it.

b> update source/ccsp/include/ccsp_custom.h to set value for CCSP_MSG_BUS_CFG.
   This configuration file should contain Dbus session address which all CCSP component should connect to.

2. Build

a> Set up following environment variables before invoking make
    CROSS_COMPILE    set to location of cross compiler
    CCSP_COMMON_DIR  set to the location of ccsp common library package
    CCSP_OPENSOURCE_DIR     set to the location of external dependency on opensource packages

    The Makefile also take all standard variables:
    CFLAGS, LDFLAGS, DEFS, OPTS which can be passed along the hierarchy of Makefiles

    Under build/mk/bbhm_pc.mk provides example of these standard variable settings.

b> Invoke the build
    make all
    make clean

c> The output is under "build" directory.

About

RDK-B Repository

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

Languages